From b98a19516e18faa4b94c7646ab32fac83096d533 Mon Sep 17 00:00:00 2001 From: Laura Hausmann Date: Mon, 21 Nov 2022 21:41:13 +0100 Subject: [PATCH] Tweak css --- zotan.pw-web/wwwroot/css/site.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/zotan.pw-web/wwwroot/css/site.css b/zotan.pw-web/wwwroot/css/site.css index ca67370..c19eb90 100644 --- a/zotan.pw-web/wwwroot/css/site.css +++ b/zotan.pw-web/wwwroot/css/site.css @@ -311,6 +311,11 @@ a { text-underline-offset: 2px; } +a:hover { + background-color: #195f7f; + color: #eaeaea; +} + .footerlink { color: #666666; text-shadow: 0 0 5px rgba(104, 182, 255, 0.3); @@ -320,6 +325,8 @@ a { .footerlink:hover { text-decoration-color: rgba(102, 102, 102, 0.7); + background-color: #3f3f3f; + color: #999999; } /* Clearfix */