Merge pull request #9 from fronbasal/master

Navbar Farbe wieder zurück
This commit is contained in:
C. Bluoss 2017-06-13 22:44:27 +02:00 committed by GitHub
commit 8ac3a141dc
1 changed files with 2 additions and 2 deletions

View File

@ -35,7 +35,7 @@ body {
}
.navbar {
background-color: #bdbfa8;
background-color: $background-color;
border: none;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
.divider-vertical {
@ -164,4 +164,4 @@ rect.bordered {
margin: auto;
cursor: pointer;
color: $nav-link-color;
}
}