This commit is contained in:
2024-06-28 13:39:00 +02:00
committed by Flo Greistorfer
parent 6c92de4a49
commit e38231eb33
2 changed files with 4 additions and 0 deletions

View File

@@ -1,9 +1,11 @@
.navbar { .navbar {
font-weight: bold;
color: #e8e6e3; color: #e8e6e3;
background-color: #262a2b; background-color: #262a2b;
} }
.navbar li a { .navbar li a {
font-weight: bold;
color: #e8e6e3; color: #e8e6e3;
} }

View File

@@ -1,9 +1,11 @@
.navbar { .navbar {
font-weight: bold;
color: #fff; color: #fff;
background-color: #333; background-color: #333;
} }
.navbar li a { .navbar li a {
font-weight: bold;
color: #fff; color: #fff;
} }