aboutsummaryrefslogtreecommitdiff
path: root/styles/dark.css
diff options
context:
space:
mode:
Diffstat (limited to 'styles/dark.css')
-rw-r--r--styles/dark.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/styles/dark.css b/styles/dark.css
new file mode 100644
index 0000000..a0f652e
--- /dev/null
+++ b/styles/dark.css
@@ -0,0 +1,9 @@
+:root {
+ --text: #FCFFFD;
+ --text-alt: var(--text);
+
+ --page-background: #11171a;
+ --background: #222d33;
+ --background-alt: #344047;
+}
+