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, 9 insertions, 0 deletions
diff --git a/src/app.css b/src/app.css
new file mode 100644
index 0000000..3e1f888
--- /dev/null
+++ b/src/app.css
@@ -0,0 +1,9 @@
+@import 'tailwindcss';
+html {
+ background: var(--bg, #23222b);
+ color: var(--fg, #dedede);
+}
+/* html.light {
+ background: #dedede;
+ color: #191919;
+} */