fix: navbar background color

This commit is contained in:
Philipp Dormann 2021-08-03 15:29:09 +02:00
parent 6f3ac9199e
commit b21922414d
No known key found for this signature in database
GPG key ID: 3BB9ADD52DCA4314
2 changed files with 2 additions and 2 deletions

View file

@ -15,7 +15,7 @@ $highlight-white: #e7faec;
--background-4: #d0d3d5;
--background-ternary: #8e8e8e;
--background-sidebar-active: #e4e4e4;
--background-navbar: #8e8e8e;
--background-navbar: #FFF;
--main-font-color: #212529;
}

View file

@ -113,7 +113,7 @@ export default {
height: 60px;
width: 100%;
left: 0;
background-color: #fff;
background-color: var(--background-navbar);
box-shadow: 0 15px 47px 0 rgba(0, 0, 0, 0.05), 0 5px 14px 0 rgba(0, 0, 0, 0.05);
text-align: center;
white-space: nowrap;