From b6a94c8421dd0eeb93836c0b222f6015a2a774fc Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sat, 22 Jan 2022 17:55:52 -0300 Subject: aux/workflow/style.css: Add background color for
 tags

---
 aux/workflow/style.css | 13 ++++++++++---
 1 file changed, 10 insertions(+), 3 deletions(-)

diff --git a/aux/workflow/style.css b/aux/workflow/style.css
index c3496b5..c212ddb 100644
--- a/aux/workflow/style.css
+++ b/aux/workflow/style.css
@@ -12,6 +12,10 @@
     a:visited {
       color: hsl(242, 100%, 80%);
     }
+
+    pre {
+      background-color: #333;
+    }
   }
 
   body {
@@ -25,6 +29,7 @@
 
   .header-anchor {
     opacity: 0.5;
+    display: inline-block;
   }
 
   .tag {
@@ -60,11 +65,13 @@
     color: green;
   }
 
-  pre > code {
-    display: block;
-    border: 1px solid #ccc;
+  pre {
+    background-color: #ccc;
     border-radius: 10px;
     padding: 10px;
+  }
+
+  pre > code {
     overflow: auto;
     white-space: pre;
   }
-- 
cgit v1.2.3