change navbar font colour for real now
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
5b757388a4
commit
df4eccaaa4
1 changed files with 3 additions and 0 deletions
|
@ -173,8 +173,11 @@ export default {
|
||||||
top: auto !important;
|
top: auto !important;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
background-color: #DBDEE8;
|
background-color: #DBDEE8;
|
||||||
|
}
|
||||||
|
#toolbar * {
|
||||||
color: #402E5D;
|
color: #402E5D;
|
||||||
}
|
}
|
||||||
|
|
||||||
.nav {
|
.nav {
|
||||||
margin-left: 2em;
|
margin-left: 2em;
|
||||||
font-size: 2em;
|
font-size: 2em;
|
||||||
|
|
Loading…
Add table
Reference in a new issue