Browse Source

style: Black background for code blocks and snippets

Achilleas Koutsou 3 years ago
parent
commit
9273ccade3
1 changed files with 5 additions and 0 deletions
  1. 5 0
      style.css

+ 5 - 0
style.css

@@ -3,7 +3,12 @@
     padding: 0 5%;
 }
 
+.reveal code {
+    background: black;
+}
+
 .reveal pre {
+    background: black;
     width: 100%;
     text-align: left;
 }