diff --git a/static/style/inverted-style.css b/static/style/inverted-style.css
index 71db36be..121cda57 100644
--- a/static/style/inverted-style.css
+++ b/static/style/inverted-style.css
@@ -520,10 +520,12 @@
     display: inline-block;
     width: 100%;
     overflow-x: scroll;
-    background-color: var(--background-color-light);
+    padding: 16px;
+    background-color: #7f7f7f20;
   }
   .preview pre code {
     font-family: monospace;
+    font-size: 12px;
   }
   .preview ol,
   .preview ul {
diff --git a/static/style/style.css b/static/style/style.css
index e3493aaa..d101816d 100644
--- a/static/style/style.css
+++ b/static/style/style.css
@@ -520,10 +520,12 @@
     display: inline-block;
     width: 100%;
     overflow-x: scroll;
-    background-color: var(--background-color-light);
+    padding: 16px;
+    background-color: #80808020;
   }
   .preview pre code {
     font-family: monospace;
+    font-size: 12px;
   }
   .preview ol,
   .preview ul {