From ed4d0f060b53cd8346c5889d51e4d79b5b43b907 Mon Sep 17 00:00:00 2001 From: Carlos Valente Date: Sat, 26 Oct 2024 20:21:09 +0200 Subject: [PATCH] fix: reset rem value --- apps/client/src/index.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/client/src/index.scss b/apps/client/src/index.scss index 06ec7002e..1a79bbba6 100644 --- a/apps/client/src/index.scss +++ b/apps/client/src/index.scss @@ -57,7 +57,7 @@ $thumb-color-hover: $gray-900; box-sizing: inherit; } -body { +body, html { font-size: 15px; font-family: $ontime-font-family; background-color: var(--background-color-override, $ui-black);