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;