From f708f4c736971e91a1bc868c5c401fac1e638f35 Mon Sep 17 00:00:00 2001 From: Marc Mintel Date: Thu, 7 May 2026 12:48:40 +0200 Subject: [PATCH] fix: restore text selection color via tailwind utilities Former-commit-id: 7926a3fe3d46f27bdc818de4cbb351155a9e3093 --- app/[locale]/layout.tsx | 2 +- app/globals.css | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/app/[locale]/layout.tsx b/app/[locale]/layout.tsx index aae0aaaf5..01e9e1f7d 100644 --- a/app/[locale]/layout.tsx +++ b/app/[locale]/layout.tsx @@ -169,7 +169,7 @@ export default async function Layout(props: { - +
diff --git a/app/globals.css b/app/globals.css index bfa67846b..e25c773ef 100644 --- a/app/globals.css +++ b/app/globals.css @@ -16,11 +16,6 @@ display: none; /* Chrome, Safari and Opera */ } } -/* Global Selection Color (E-TIB Orange) */ -::selection { - background-color: #FE7B00 !important; - color: #ffffff !important; -} /* Base Styles */ @layer base {