From 738cad807c14b91d0251b13ff50eb6cafb6b934e Mon Sep 17 00:00:00 2001 From: Malte Bublitz Date: Mon, 30 May 2022 01:32:43 +0200 Subject: [PATCH] Dunkles Design verbessert --- css/style.css | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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; } -- 2.30.2