From 88687c512f999c7c0ea00eb220968fc8b9414058 Mon Sep 17 00:00:00 2001 From: Christian Andolf Date: Fri, 23 May 2025 16:36:59 +0200 Subject: [PATCH] fix: set default text color on body --- apps/scandic-web/app/globals.css | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/apps/scandic-web/app/globals.css b/apps/scandic-web/app/globals.css index 379fd4a54..4bd623dc1 100644 --- a/apps/scandic-web/app/globals.css +++ b/apps/scandic-web/app/globals.css @@ -59,6 +59,7 @@ body { overflow-x: hidden; display: flex; flex-direction: column; + color: var(--Text-Default); } body.overflow-hidden { @@ -88,19 +89,6 @@ ul { margin-block-end: 0; } -/* From Tailwind */ -.sr-only { - position: absolute; - width: 1px; - height: 1px; - padding: 0; - margin: -1px; - overflow: hidden; - clip: rect(0, 0, 0, 0); - white-space: nowrap; - border-width: 0; -} - @media screen and (min-width: 768px) { :root { --max-width-single-spacing: var(--Layout-Tablet-Margin-Margin-min);