forked from rDrama/rDrama
1
0
Fork 0

fix fistmas mobile navbar

master
Aevann 2023-12-01 16:42:00 +02:00
parent 9e42589b78
commit 54db8beee2
1 changed files with 5 additions and 5 deletions

View File

@ -57,7 +57,7 @@ body {
color: #fff !important;
}
.btn .fas {
.btn:not(.award-tab, .shop-tab, #mobile-bottom-navigation-bar > .btn) .fas {
color: #fff !important;
}
@ -352,16 +352,16 @@ body {
/* */
/* Change mobile navbar icon colors to basketball */
#mobile-bottom-navigation-bar i {
color: var(--gray-200)!important;
}
#mobile-bottom-navigation-bar {
box-shadow: 0px 2px 5px #000000cc;
/* wtf??? */
z-index:999 !important;
}
#mobile-bottom-navigation-bar > .btn {
background: none !important;
}
/* Revert the snowcaps on it, is bad */
#mobile-bottom-navigation-bar button:after {
background: unset;