diff options
| author | ilotterytea <iltsu@alright.party> | 2025-06-14 12:31:02 +0400 |
|---|---|---|
| committer | ilotterytea <iltsu@alright.party> | 2025-06-14 12:31:02 +0400 |
| commit | d152925126af0d311746518a20f6a409869ae02d (patch) | |
| tree | dd56665d7fdf060d8488cb3a649d3abd06b55a9d /public/static | |
| parent | 6d8335714676ebd34f1ca8a94e103c1f433b7c4b (diff) | |
upd: anchor color
Diffstat (limited to 'public/static')
| -rw-r--r-- | public/static/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/static/style.css b/public/static/style.css index c5302c8..e6dd5fd 100644 --- a/public/static/style.css +++ b/public/static/style.css @@ -7,7 +7,7 @@ --box-border: #800; --box-content-background: #fff; --box-content-background-2: #e6d9d9; - --anchor-color: #800; + --anchor-color: #c90000; --anchor-color-hovered: #f00; } |
