From 87f3fd214bd87ce9e4535907caf67250d2c5a52c Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Wed, 11 Nov 2020 12:00:56 +0100 Subject: [PATCH] Make footer links lighter --- articles/static/style.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/articles/static/style.css b/articles/static/style.css index e8a904c..e4c6e4f 100644 --- a/articles/static/style.css +++ b/articles/static/style.css @@ -1,5 +1,6 @@ :root { --accent: #226997; + --accent-light: #7c96a9; --main: #111111; --main2: #575757; --main3: #7d7d7d; @@ -117,6 +118,7 @@ footer { footer a { color: var(--main3); + border-bottom-color: var(--accent-light); } table { @@ -244,6 +246,10 @@ a:hover, a:focus { color: var(--background); } +footer a:hover, footer a:focus { + background-color: var(--accent-light); +} + @media (prefers-color-scheme: dark) { :root { --accent: #226997;