feat: Changed styling for code inserts
This commit is contained in:
parent
c41d408a51
commit
364f11f8a7
1 changed files with 4 additions and 4 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue