From d152925126af0d311746518a20f6a409869ae02d Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Sat, 14 Jun 2025 12:31:02 +0400 Subject: upd: anchor color --- public/static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'public/static/style.css') 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; } -- cgit v1.2.3