From 527fdea4de162bb737d63bd5a6412706d617e344 Mon Sep 17 00:00:00 2001 From: Hyko Date: Wed, 15 Apr 2026 17:38:10 -0400 Subject: [PATCH] style: add custom dark variant for Tailwind CSS --- templates/styles/globals.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/templates/styles/globals.css b/templates/styles/globals.css index c61b2ac..e61e70e 100644 --- a/templates/styles/globals.css +++ b/templates/styles/globals.css @@ -1,6 +1,8 @@ @import "tailwindcss"; @import '@zen/core/styles/zen.css'; +@custom-variant dark (&:where(.dark, .dark *)); + html, body { overflow-x: hidden; -} +} \ No newline at end of file