Reverted color to original

This commit is contained in:
Fronbasal 2017-06-13 22:07:22 +02:00
parent 75ca4ed69c
commit 6be4d2bfb0
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;
}
}