Modify preformatted block / code styles.
authorJonathan S. Katz <jonathan.katz@excoventures.com>
Sun, 16 Sep 2018 20:32:12 +0000 (16:32 -0400)
committerJonathan S. Katz <jonathan.katz@excoventures.com>
Tue, 16 Oct 2018 13:40:52 +0000 (09:40 -0400)
Based on feedback, this should help readability.

Author: Sarah Conway

media/css/main.css

index 71f087a4ed272200cc7b34ea5aad4715b57eed2c..f7a2c4f560f0b6b975c294b6c9d7a9de552750f6 100644 (file)
@@ -615,11 +615,16 @@ i.fas.fa-search {
 }
 
 /* #CODE */
+
+pre {
+    padding: 0.8rem;
+    border: 1px solid #ced4da;
+    margin: 1rem 0 !important;
+}
+
 pre.code {
     padding: .2rem .4rem;
     font-size: 90%;
-    color: #bd4147;
-    background-color: #f8f9fa;
     border-radius: .25rem;
 }