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);