fix(dm): scope DM theme CSS to .dm-theme class to override BaseLayout purple accent

This commit is contained in:
emil
2026-05-15 01:46:01 +03:00
parent aaf596a7bc
commit da0ee46bc0
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ const {
---
<BaseLayout title={title} description={description} hideLanguageSwitcher={true}>
<div class="min-h-screen bg-[var(--bg-primary)] text-[var(--text-primary)] flex flex-col">
<div class="dm-theme min-h-screen bg-[var(--bg-primary)] text-[var(--text-primary)] flex flex-col">
<DmHeader title={title}>
<a
href="/"
+1 -1
View File
@@ -1,4 +1,4 @@
:root {
.dm-theme {
--accent: #E87722;
--accent-light: #FF9F43;
--accent-dark: #D35400;