change mobile navbar colours

This commit is contained in:
femmefaytale 2022-03-09 16:30:05 +00:00 committed by Gitea
parent d6b80bf061
commit 1b67b52784
1 changed files with 13 additions and 0 deletions

View File

@ -27,3 +27,16 @@
.md-footer-meta {
background-color: rgba(0, 0, 0, 0.45);
}
/* Mobile sidebar styling tweaks */
.md-nav--primary .md-nav__title ~ .md-nav__list {
background-color: #D7E4FF !important;
}
.md-nav__source {
background-color: #A7C5FF !important;
}
label.md-nav__title[for="__drawer"] {
background-color: #6A9CFF !important;
}