From 26c660f5142fde83b07813a9fde7e8b094518e58 Mon Sep 17 00:00:00 2001 From: Christophe HENRY Date: Thu, 11 Mar 2021 00:21:31 +0100 Subject: [PATCH] Removes unuseful part of black_wide.css --- css/black_wide.css | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/css/black_wide.css b/css/black_wide.css index 0162f98..4932c0e 100644 --- a/css/black_wide.css +++ b/css/black_wide.css @@ -121,27 +121,3 @@ pre { font-size: 2.6rem; } } - -@media(prefers-color-scheme:dark) { - html { - background-color: #111; - color: #eee; - } - - blockquote { - background-color: #000; - } - - pre { - background-color: #222; - } - - a { - color: #0087BD; - } - - a:visited { - color: #802200; - } -} -