change navbar font colour
This commit is contained in:
parent
59227e2cdc
commit
34caec0778
1 changed files with 2 additions and 4 deletions
|
@ -167,14 +167,12 @@ export default {
|
||||||
background-color: #402E5D;
|
background-color: #402E5D;
|
||||||
}
|
}
|
||||||
|
|
||||||
#toolbar {
|
|
||||||
background-color: #DBDEE8;
|
|
||||||
}
|
|
||||||
|
|
||||||
#toolbar {
|
#toolbar {
|
||||||
z-index: 1001;
|
z-index: 1001;
|
||||||
top: auto !important;
|
top: auto !important;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
|
background-color: #DBDEE8;
|
||||||
|
color: #402E5D;
|
||||||
}
|
}
|
||||||
.nav {
|
.nav {
|
||||||
margin-left: 2em;
|
margin-left: 2em;
|
||||||
|
|
Loading…
Reference in a new issue