From 08d9abe2e34ae018ddf4db79e2393b1c4e17639b Mon Sep 17 00:00:00 2001 From: memdmp Date: Wed, 14 Jan 2026 14:44:51 +0100 Subject: feat: light theme --- src/app.css | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/app.css') diff --git a/src/app.css b/src/app.css index eded38e..0aee744 100644 --- a/src/app.css +++ b/src/app.css @@ -218,6 +218,9 @@ [data-blog-theme=sepia] { @apply bg-[#2b261e]; } +[data-blog-theme=light] { + @apply invert hue-rotate-180; +} /* The default border color has changed to `currentColor` in Tailwind CSS v4, -- cgit v1.2.3