code block style
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Struchkov Mark 2024-09-08 14:02:57 +03:00
parent 51f31934d1
commit a574b10e55
No known key found for this signature in database
GPG Key ID: A3F0AC3F0FA52F3C

View File

@ -68,4 +68,17 @@ 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;
}