diff options
-rw-r--r-- | i/bg/dark.png | bin | 0 -> 1649 bytes | |||
-rw-r--r-- | i/bg/light.png | bin | 0 -> 1541 bytes | |||
-rw-r--r-- | s/m.css | 2 |
3 files changed, 2 insertions, 0 deletions
diff --git a/i/bg/dark.png b/i/bg/dark.png new file mode 100644 index 0000000..5802b14 --- /dev/null +++ b/i/bg/dark.png Binary files differdiff --git a/i/bg/light.png b/i/bg/light.png new file mode 100644 index 0000000..7db7cec --- /dev/null +++ b/i/bg/light.png Binary files differdiff --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} |