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 {