summaryrefslogtreecommitdiffstats
path: root/app/media.styl
diff options
context:
space:
mode:
Diffstat (limited to 'app/media.styl')
-rw-r--r--app/media.styl14
1 files changed, 14 insertions, 0 deletions
diff --git a/app/media.styl b/app/media.styl
new file mode 100644
index 0000000..0f8eb63
--- /dev/null
+++ b/app/media.styl
@@ -0,0 +1,14 @@
+@media (prefers-color-scheme: dark) {
+ html {
+ color: #FFFFFF
+ background-color: #181818
+ }
+}
+
+@media (prefers-color-scheme: light) {
+ html {
+ color: #000000
+ background-color: #FFFFFF
+ }
+}
+