From e262399bc764eedeaa2a481c0ac830ef1d0d5b65 Mon Sep 17 00:00:00 2001 From: ​ Date: Thu, 1 Jan 1970 00:00:00 +0000 Subject: background image --- i/bg/dark.png | Bin 0 -> 1649 bytes i/bg/light.png | Bin 0 -> 1541 bytes s/m.css | 2 ++ 3 files changed, 2 insertions(+) create mode 100644 i/bg/dark.png create mode 100644 i/bg/light.png diff --git a/i/bg/dark.png b/i/bg/dark.png new file mode 100644 index 0000000..5802b14 Binary files /dev/null and b/i/bg/dark.png differ diff --git a/i/bg/light.png b/i/bg/light.png new file mode 100644 index 0000000..7db7cec Binary files /dev/null and b/i/bg/light.png differ 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