From bd0eb38b358210c44144a2ba21fb73a52d257fc5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marian=20D=C3=B6rk?= Date: Mon, 11 Dec 2023 21:11:53 +0100 Subject: [PATCH] more footer tweaks --- style.css | 20 ++++++++------------ 1 file changed, 8 insertions(+), 12 deletions(-) diff --git a/style.css b/style.css index 0aa1278..018b07b 100644 --- a/style.css +++ b/style.css @@ -200,24 +200,17 @@ footer{ justify-content: space-between; padding: 2em 2em 1.5em 2em; font-size: 1em; - background-color: var(--gray); - color: #000; + background-color: var(--background); + color: var(--font); } footer img { vertical-align: top; margin-right: 1.5em; -} -footer a { - color: #000; - text-decoration: none; -} -footer a:hover { - color: #fff; - text-decoration: underline; + opacity: .5; } -footer a:hover img { - filter: invert(100%); +footer a:hover img, footer a:active img { + opacity: 1; } @media screen and (orientation: portrait) and (max-width: 767px) { @@ -265,5 +258,8 @@ footer a:hover img { --primary: #fff; --font: #fff; } + footer img { + filter: invert(100%); + } } \ No newline at end of file