commit 25003e566307106445752b098698407e6e5cc9b5 parent b0caddaa3cb2100004bd7c6f1ecd5023ed10dda9 Author: Beau <cbeauhilton@gmail.com> Date: Fri, 17 Sep 2021 08:24:52 -0500 remove background from code blocks Diffstat:
M | prism.css | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/prism.css b/prism.css @@ -40,7 +40,7 @@ pre[class*="language-"] { :not(pre) > code[class*="language-"], pre[class*="language-"] { - background: #272822; + background: none; } /* Inline code */