some things weren't as "no longer needed" as initially thought
This commit is contained in:
parent
ee56187c9d
commit
e2fa4f9cfc
@ -2,7 +2,20 @@
|
|||||||
@import 'colors.scss';
|
@import 'colors.scss';
|
||||||
@import 'common.scss';
|
@import 'common.scss';
|
||||||
|
|
||||||
|
* {
|
||||||
|
font-family: 'Overpass';
|
||||||
|
}
|
||||||
|
|
||||||
.uw-ultrawidify-container-root {
|
.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:
|
// we put our UI _over_ site's player:
|
||||||
z-index: 999999;
|
z-index: 999999;
|
||||||
|
Loading…
Reference in New Issue
Block a user