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 {