From fe140496fd71f19ba8591fa8bfed44c3f026a4e6 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Fri, 13 Oct 2023 17:38:43 +0200 Subject: [PATCH] rename --- static/css/constants.css | 4 ++-- static/css/style.css | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/static/css/constants.css b/static/css/constants.css index ffcb394..97e1a78 100644 --- a/static/css/constants.css +++ b/static/css/constants.css @@ -3,7 +3,7 @@ :root { --background: #f1f1f1; --font-color: #18181b; - --link-hover-color: #df5a9c; + --link-color: #df5a9c; } } @@ -12,7 +12,7 @@ :root { --background: #171e26; --font-color: #bcbcc5; - --link-hover-color: #ff80bf; + --link-color: #ff80bf; } } diff --git a/static/css/style.css b/static/css/style.css index 822f620..e3f9e5f 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -52,7 +52,7 @@ main { .navbar a { text-decoration: none; - color: var(--link-hover-color); + color: var(--link-color); } .navbar a:hover {