all repos — site @ d8b87bc87286a25b0b2a2dfe9db47cb0c05cdda7

source for my site, found at icyphox.sh

Revert "Test out `prefers-color-scheme`"

This reverts commit 46f256ef5cb64519e1a61b99aee9c5345bd304d3.
Anirudh Oppiliappan x@icyphox.sh
Sat, 04 Jan 2020 18:00:51 +0530
commit

d8b87bc87286a25b0b2a2dfe9db47cb0c05cdda7

parent

46f256ef5cb64519e1a61b99aee9c5345bd304d3

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

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

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

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