some things weren't as "no longer needed" as initially thought

This commit is contained in:
Tamius Han 2022-06-14 23:23:08 +02:00
parent ee56187c9d
commit e2fa4f9cfc

View File

@ -2,7 +2,20 @@
@import 'colors.scss';
@import 'common.scss';
* {
font-family: 'Overpass';
}
.uw-ultrawidify-container-root {
// here's the defaults:
// all: initial;
// * {
// all: unset;
// }
// here's things that we don't want as defaults
// (must come after the all: declaration, otherwise
// all: declaration overrides everything.)
// we put our UI _over_ site's player:
z-index: 999999;