aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/app.css3
1 files changed, 3 insertions, 0 deletions
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,