feat: Changed styling for code inserts

This commit is contained in:
ptrcnull 2021-07-22 20:02:35 +02:00
parent c41d408a51
commit 364f11f8a7

View file

@ -16,10 +16,10 @@ h3 {
line-height: 1.2 line-height: 1.2
} }
p>code { code:not(pre>code) {
color: #FFFFFF; color: #272822;
background: #000000; background: #eeeeee;
padding: 2px padding: 2px;
} }
pre { pre {