feat: Remove Theme Switcher

- Update body class to use `dark` instead of `light` for dark mode
- Remove `ThemeSwitcher` component as it is no longer needed
- Update global CSS to set dark mode styles on the `.dark` class instead of `.light`
This commit is contained in:
AderKonstantin
2025-03-28 18:12:21 +03:00
parent f37572f0cf
commit 6c0243c5e2
4 changed files with 2 additions and 55 deletions

View File

@@ -18,6 +18,6 @@ body {
font-family: "JetBrains Mono", monospace;
}
.light {
.dark {
@apply bg-black text-white;
}