Minor tweak for code block style

This commit is contained in:
Tuan Cao 2022-04-19 13:31:11 +07:00
parent 0e929ffdb9
commit 4538a5fd1c

View File

@ -1,5 +1,9 @@
/* PrismJS 1.28.0 /* PrismJS 1.28.0
https://prismjs.com/download.html#themes=prism&languages=markup+css+clike+javascript */ https://prismjs.com/download.html#themes=prism&languages=markup+css+clike+javascript */
pre {
background-color: #f5f2f0
}
code[class*=language-], pre[class*=language-] { code[class*=language-], pre[class*=language-] {
color: #000; color: #000;
background: 0 0; background: 0 0;