summaryrefslogtreecommitdiff
path: root/themes/default.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2020-10-08 16:59:23 +0300
committerAndrew Dolgov <[email protected]>2020-10-08 16:59:23 +0300
commitd73ed30d76a5abd7dbfc15202f432f83a79f99ac (patch)
treeb068c227ffcddb038a59e2f1bf0641db57fa4017 /themes/default.css
parent3ab0cbc47c62a738164310b98b67b34ad0c5db8c (diff)
gulp stuff: themes
Diffstat (limited to 'themes/default.css')
-rw-r--r--themes/default.css10
1 files changed, 0 insertions, 10 deletions
diff --git a/themes/default.css b/themes/default.css
deleted file mode 100644
index 9ccb3e8..0000000
--- a/themes/default.css
+++ /dev/null
@@ -1,10 +0,0 @@
-@media (prefers-color-scheme: dark) {
- body, .loading, html:-webkit-full-screen {
- background : #222;
- color : #ccc;
- }
-
- body .modal {
- color : #333;
- }
-}