From e262399bc764eedeaa2a481c0ac830ef1d0d5b65 Mon Sep 17 00:00:00 2001 From: ​ Date: Thu, 1 Jan 1970 00:00:00 +0000 Subject: background image --- s/m.css | 2 ++ 1 file changed, 2 insertions(+) (limited to 's/m.css') 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} -- cgit 1.4.1