This commit is contained in:
parent
51f31934d1
commit
a574b10e55
@ -69,3 +69,16 @@ h4 {
|
||||
.page article p>strong {
|
||||
color: var(--secondary);
|
||||
}
|
||||
|
||||
:not(pre)>code {
|
||||
background: #e5eff5;
|
||||
border: 1px solid var(--secondary);
|
||||
border-radius: 6px;
|
||||
color: #903;
|
||||
font-size: .85em;
|
||||
padding: .24rem .4rem .19rem;
|
||||
text-shadow: none;
|
||||
vertical-align: 0;
|
||||
white-space: normal;
|
||||
word-break: break-word;
|
||||
}
|
Loading…
Reference in New Issue
Block a user