From d55ce5ff8d0bf41145aa1457ec726fc7daf719f6 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sat, 19 Feb 2022 16:57:26 -0300 Subject: aux/workflow/style.css: Customize
 and  tag colors for
 dark mode

I had to change the "@media(prefers-color-scheme: black)" block to the
end of the file, because otherwise the "pre { background-color: #222; }"
inside the block would get overriden by the
"pre { background-color: #ddd; }" below.
---
 aux/workflow/style.css | 46 +++++++++++++++++++++++-----------------------
 1 file changed, 23 insertions(+), 23 deletions(-)

(limited to 'aux/workflow')

diff --git a/aux/workflow/style.css b/aux/workflow/style.css
index c212ddb..99980aa 100644
--- a/aux/workflow/style.css
+++ b/aux/workflow/style.css
@@ -1,23 +1,4 @@
 
-- 
cgit v1.2.3