summaryrefslogtreecommitdiff
path: root/index.css
diff options
context:
space:
mode:
Diffstat (limited to 'index.css')
-rw-r--r--index.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/index.css b/index.css
new file mode 100644
index 0000000..da880ba
--- /dev/null
+++ b/index.css
@@ -0,0 +1,9 @@
+:root {
+ --foreground-color: rgba(0, 0, 0, .8);
+ --background-color: rgb(255, 255, 255);
+}
+
+body {
+ color: var(--foreground-color);
+ background-color: var(--background-color);
+}
Generated by cgit. See skreutz.com for my tech blog and contact information.