aboutsummaryrefslogtreecommitdiffstats
path: root/src/app.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/app.css')
-rw-r--r--src/app.css9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/app.css b/src/app.css
index 38fee04..eded38e 100644
--- a/src/app.css
+++ b/src/app.css
@@ -24,7 +24,7 @@
'PxPlus IBM EGA 8x14', 'Hack', 'Courier New', 'Courier', 'monospace';
--font-genericmono:
'JetBrainsMono NF', 'Jetbrains Mono', 'JetBrains Mono', monospace;
- --color-formatted-table-border: var(--color-neutral-900);
+ --color-formatted-table-border: var(--color-neutral-800);
--color-formatted-table-background: var(--color-neutral-950);
--color-codeblock-border: var(--color-neutral-900);
--color-codeblock-background: var(--color-neutral-950);
@@ -213,6 +213,13 @@
}
/*
+ A Blog Sepia, very TODO
+*/
+[data-blog-theme=sepia] {
+ @apply bg-[#2b261e];
+}
+
+/*
The default border color has changed to `currentColor` in Tailwind CSS v4,
so we've added these compatibility styles to make sure everything still
looks the same as it did with Tailwind CSS v3.