fixed color

master
Ingolf Wagner 2018-09-28 18:18:10 +02:00
parent 1c8539ffb3
commit e655a4728d
2 changed files with 4 additions and 0 deletions

View File

@ -12,3 +12,4 @@
@color-nav-background: #333;
@color-nav-text: white;
@color-nav-item-border: green;

View File

@ -46,6 +46,9 @@ body div.nav {
color: @color-nav-text;
li {
float: left;
border-bottom: 3px solid @color-nav-item-border;
a {
display: block;
text-align: center;