From 3cd2dc8229c90ae918e4d2a9beed929424682560 Mon Sep 17 00:00:00 2001 From: "Sperl, Mario" Date: Mon, 2 Feb 2026 15:19:03 +0000 Subject: [PATCH] css/style.css aktualisiert --- css/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/css/style.css b/css/style.css index 714c8ce..080ea97 100644 --- a/css/style.css +++ b/css/style.css @@ -12,7 +12,7 @@ body { a, a:hover { text-decoration: none; - border-bottom: 1px dotted #fff; + border-bottom: 1px dotted #000; } h3 {margin: 0;} @@ -28,7 +28,7 @@ h3 {margin: 0;} .grayFont {color: #444;} .goldBackground {background: #000;} -.whiteBackground {background: #000;} +.whiteBackground {background: #fff;} ul.nav.navbar-nav.navbar-right li a:hover, ul.nav.navbar-nav.navbar-right li.active a { border: 0; @@ -49,7 +49,7 @@ ul.nav.navbar-nav.navbar-right li a:hover, ul.nav.navbar-nav.navbar-right li.act footer a, footer a:hover, .navbar a { color: #000; text-decoration: none; - border-bottom: 1px dotted #fff; + border-bottom: 1px dotted #000; } footer {