Fistmas: Fix mobile navbar

pull/79/head
Nekobit 2022-12-16 20:26:42 -05:00 committed by geese_suck
parent 69fe6f313a
commit cd3fb9a5ff
Signed by: geese_suck
GPG Key ID: 4D09E4B0A7264746
1 changed files with 19 additions and 0 deletions

View File

@ -514,4 +514,23 @@ body {
}
}
/* vvv kill yourself vscodelet vvv */
/* */
/* Change mobile navbar icon colors to basketball */
#mobile-bottom-navigation-bar i {
color: #000 !important;
}
#mobile-bottom-navigation-bar {
box-shadow: 0px 2px 5px #000000cc;
/* wtf??? */
z-index:9999999 !important;
}
/* Revert the snowcaps on it, is bad */
#mobile-bottom-navigation-bar button:after {
background: unset;
/* Real work, lol */
display: none;
}