about summary refs log tree commit diff
path: root/s/m.css
diff options
context:
space:
mode:
Diffstat (limited to 's/m.css')
-rw-r--r--s/m.css2
1 files changed, 2 insertions, 0 deletions
diff --git a/s/m.css b/s/m.css
index d724abf..a804f66 100644
--- a/s/m.css
+++ b/s/m.css
@@ -1,6 +1,7 @@
 html,body
 {font:400 98% serif;
  background-color:#000900;
+ background-image:url("../i/bg/dark.png");
  color:#EEBB99;
  height:100%;
  margin:0}
@@ -75,6 +76,7 @@ img{margin-left:4%}
 @media(prefers-color-scheme:light)
 {html,body
  {background-color:#F8F6E0;
+  background-image:url("../i/bg/light.png");
   color:#000009}
  h1{color:#602000}
  h2{color:#704020}