From e22c7698c3fef1f5e302e2c60df715ea436cb765 Mon Sep 17 00:00:00 2001 From: Alex Christoffer Rasmussen Date: Tue, 30 Sep 2025 10:03:22 +0200 Subject: [PATCH] fix: alpha bg (#1799) --- apps/client/index.html | 6 ------ apps/client/src/index.scss | 1 - 2 files changed, 7 deletions(-) diff --git a/apps/client/index.html b/apps/client/index.html index d93477afc..c46ec4f7f 100644 --- a/apps/client/index.html +++ b/apps/client/index.html @@ -13,12 +13,6 @@ ontime - diff --git a/apps/client/src/index.scss b/apps/client/src/index.scss index af9d5b564..0b85136b7 100644 --- a/apps/client/src/index.scss +++ b/apps/client/src/index.scss @@ -63,7 +63,6 @@ body, html { font-size: 15px; font-family: $ontime-font-family; - background-color: var(--background-color-override, $ui-black); -webkit-font-smoothing: antialiased; line-height: 1.5; }