From e4952b32b63fc83c7cd69f87d47f3fde7e7bdc6a Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Thu, 29 Jul 2021 08:02:59 +0200 Subject: Removed my music and dark mode --- template/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'template/style.css') diff --git a/template/style.css b/template/style.css index b6d3841..22ff928 100755 --- a/template/style.css +++ b/template/style.css @@ -304,7 +304,7 @@ audio { @media (prefers-color-scheme: light) { } @media (prefers-color-scheme: dark) { - body { + /* body { background: #111; color: white; } @@ -315,5 +315,5 @@ audio { code { color: #111; - } + } */ } -- cgit v1.2.3