Revert "Test out `prefers-color-scheme`" This reverts commit 46f256ef5cb64519e1a61b99aee9c5345bd304d3.
Anirudh Oppiliappan x@icyphox.sh
Sat, 04 Jan 2020 18:00:51 +0530
1 files changed,
0 insertions(+),
18 deletions(-)
jump to
M
static/style.css
→
static/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; - } - } -}