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
|
line-height: 1.2
|
||||||
}
|
}
|
||||||
|
|
||||||
p>code {
|
code:not(pre>code) {
|
||||||
color: #FFFFFF;
|
color: #272822;
|
||||||
background: #000000;
|
background: #eeeeee;
|
||||||
padding: 2px
|
padding: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
pre {
|
pre {
|
||||||
|
|
Loading…
Reference in a new issue