about summary refs log tree commit diff
path: root/theme-dark.css
diff options
context:
space:
mode:
Diffstat (limited to 'theme-dark.css')
-rw-r--r--theme-dark.css15
1 files changed, 15 insertions, 0 deletions
diff --git a/theme-dark.css b/theme-dark.css
new file mode 100644
index 0000000..f47b25b
--- /dev/null
+++ b/theme-dark.css
@@ -0,0 +1,15 @@
+body {
+	background-color: #001144;
+	color: white;
+}
+pre {
+	background-color: black;
+	color: white;
+}
+canvas {
+	-webkit-filter: invert(100%);
+	filter: invert(100%);
+}
+input, select {
+	color: black;
+}