change navbar colour
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
garionion 2021-05-19 20:45:18 +02:00
parent 9f18aba143
commit 59227e2cdc
2 changed files with 6 additions and 14 deletions

View file

@ -162,10 +162,15 @@ export default {
color: #e1ebe7;
font-family: 'Fira Sans';
}
#toolbar,
#content{
background-color: #402E5D;
}
#toolbar {
background-color: #DBDEE8;
}
#toolbar {
z-index: 1001;
top: auto !important;