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
}
p>code {
color: #FFFFFF;
background: #000000;
padding: 2px
code:not(pre>code) {
color: #272822;
background: #eeeeee;
padding: 2px;
}
pre {