diff --git a/src/components/Navbar.tsx b/src/components/Navbar.tsx
index 8ea894e9..e0189ecc 100644
--- a/src/components/Navbar.tsx
+++ b/src/components/Navbar.tsx
@@ -145,7 +145,7 @@ export function Navbar({ children }: { children: React.ReactNode }) {
const navbar = (
{smallMenu}
diff --git a/src/styles/app.css b/src/styles/app.css
index b4f579c8..3cd5dd0b 100644
--- a/src/styles/app.css
+++ b/src/styles/app.css
@@ -2,7 +2,7 @@
@plugin "@tailwindcss/typography";
-@custom-variant dark (&:is(.dark *));
+@custom-variant dark (&:is(.dark, .dark *));
@custom-variant light (&:is(.light, .light *));
@custom-variant auto (&:is(.auto, .auto *));
@custom-variant aria-current (&[aria-current="location"]);
@@ -68,7 +68,6 @@ button {
html,
body {
@apply text-gray-900 bg-gray-50 dark:bg-gray-900 dark:text-gray-200;
- overscroll-behavior: none;
}
.using-mouse * {