diff --git a/css/style.css b/css/style.css index a3847b7..43d3ecb 100644 --- a/css/style.css +++ b/css/style.css @@ -16,7 +16,7 @@ } /* Light Mode */ -.light-mode { +body.light-mode { --bg: #f8fafc; --surface: #ffffff; --surface-light: #e2e8f0;