all repos — site @ 46f256ef5cb64519e1a61b99aee9c5345bd304d3

source for my site, found at icyphox.sh

Test out `prefers-color-scheme`

Signed-off-by: Anirudh Oppiliappan <x@icyphox.sh>
Anirudh Oppiliappan x@icyphox.sh
Fri, 03 Jan 2020 11:51:51 +0530
commit

46f256ef5cb64519e1a61b99aee9c5345bd304d3

parent

fae49cd9d7ace45875bc55ba262aab17f436d198

1 files changed, 18 insertions(+), 0 deletions(-)

jump to
M static/style.cssstatic/style.css

@@ -307,3 +307,21 @@ .logo {

width: 180px; } } + +@media (prefers-color-scheme: light) { + body { + background: white; + + .container { + color: #021012; + } + + .container-text { + color: #021012; + } + + pre, pre code { + color: #021012; + } + } +}