This commit is contained in:
parent
51f31934d1
commit
a574b10e55
@ -68,4 +68,17 @@ h4 {
|
|||||||
|
|
||||||
.page article p>strong {
|
.page article p>strong {
|
||||||
color: var(--secondary);
|
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