css/style.css aktualisiert

This commit is contained in:
2026-02-02 15:19:03 +00:00
parent 74e5a05f3f
commit 3cd2dc8229

View File

@@ -12,7 +12,7 @@ body {
a, a:hover { a, a:hover {
text-decoration: none; text-decoration: none;
border-bottom: 1px dotted #fff; border-bottom: 1px dotted #000;
} }
h3 {margin: 0;} h3 {margin: 0;}
@@ -28,7 +28,7 @@ h3 {margin: 0;}
.grayFont {color: #444;} .grayFont {color: #444;}
.goldBackground {background: #000;} .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 { ul.nav.navbar-nav.navbar-right li a:hover, ul.nav.navbar-nav.navbar-right li.active a {
border: 0; 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 { footer a, footer a:hover, .navbar a {
color: #000; color: #000;
text-decoration: none; text-decoration: none;
border-bottom: 1px dotted #fff; border-bottom: 1px dotted #000;
} }
footer { footer {