diff --git a/files/events/assets/css/blizzard.css b/files/events/assets/css/blizzard.css index 4d487be10..fe312f85e 100644 --- a/files/events/assets/css/blizzard.css +++ b/files/events/assets/css/blizzard.css @@ -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; +}