From e2fa4f9cfcb08543cf199612fb000ad0f88ab932 Mon Sep 17 00:00:00 2001 From: Tamius Han Date: Tue, 14 Jun 2022 23:23:08 +0200 Subject: [PATCH] some things weren't as "no longer needed" as initially thought --- src/csui/res/css/uwui-base.scss | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/csui/res/css/uwui-base.scss b/src/csui/res/css/uwui-base.scss index f6ed172..27dc6f4 100644 --- a/src/csui/res/css/uwui-base.scss +++ b/src/csui/res/css/uwui-base.scss @@ -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;