From b65a541b7bf7c441196a387ef2767452daf386d5 Mon Sep 17 00:00:00 2001 From: "Sperl, Mario" Date: Mon, 2 Feb 2026 15:38:49 +0000 Subject: [PATCH] css/style.css aktualisiert --- css/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index 65e3e1b..e8bb1db 100644 --- a/css/style.css +++ b/css/style.css @@ -19,7 +19,7 @@ h3 {margin: 0;} *:focus {outline: none;} .navbar-nav > .active a { color: #555 !important; - background-color: #000 !important; + background-color: #ddd077 !important; } .spacer20 {height: 20px;} @@ -43,6 +43,7 @@ ul.nav.navbar-nav.navbar-right li a:hover, ul.nav.navbar-nav.navbar-right li.act display: block; text-transform: uppercase; padding: 25px 20px 25px 25px; + color: #ddd077; }