summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authors1n <[email protected]>2019-10-04 19:16:12 -0700
committers1n <[email protected]>2019-10-04 19:16:12 -0700
commit89ac2cfa998ecbc35f1cae0a45dbc941f2059738 (patch)
tree1836c2280ae17d4ab00cf30e37cc837a59c32836 /css
parentformatting, move halloween dude (diff)
downloads1n.pw-admin-89ac2cfa998ecbc35f1cae0a45dbc941f2059738.tar.xz
s1n.pw-admin-89ac2cfa998ecbc35f1cae0a45dbc941f2059738.zip
formatting
Diffstat (limited to 'css')
-rw-r--r--css/main.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/css/main.css b/css/main.css
index af96a17..640962e 100644
--- a/css/main.css
+++ b/css/main.css
@@ -9,6 +9,12 @@ html, body {
background-color: #fdfcf3;
}
+@media (prefers-color-scheme: dark) {
+ body {
+ background-color: black;
+ }
+}
+
body svg {
position: absolute;
top: 0;
@@ -23,6 +29,7 @@ body svg {
** background: #fdfdfd;
** }
*/
+
.loader-wrapper {
width: 100%;
height: 100%;