From: Malte Bublitz Date: Sun, 29 May 2022 23:32:43 +0000 (+0200) Subject: Dunkles Design verbessert X-Git-Url: https://git.rt3x.de/?a=commitdiff_plain;h=738cad807c14b91d0251b13ff50eb6cafb6b934e;p=startseite.malte70.de.git Dunkles Design verbessert --- diff --git a/css/style.css b/css/style.css index 96f3602..a2def10 100644 --- a/css/style.css +++ b/css/style.css @@ -135,15 +135,24 @@ footer p a:hover, footer p a:active { main { color: #eee; } + a:link, a:visited { + color: #eee; + } a:hover, a:active { - background: #444; color: #eee; + text-decoration: underline; } #google-search input[type=text] { color: #eee; background: #444; border-bottom: 1px solid #ff8000; } + #notepad p { + color: #eee; + } + footer p { + color: #888; + } footer p a:link, footer p a:visited { color: #888; }