fix some inline code stuff
All checks were successful
ci/woodpecker/push/publish Pipeline was successful

This commit is contained in:
Mylloon 2023-04-25 03:37:13 +02:00
parent 2bec742bb2
commit 0c6e3970b8
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -138,6 +138,12 @@ img {
margin: auto;
}
/* Code */
kbd,
code {
font-family: Consolas, monospace;
}
/* Little snippet of code (not blocks) */
kbd,
code:not(.hljs):not(:has(svg)) {
@ -145,10 +151,7 @@ code:not(.hljs):not(:has(svg)) {
border-radius: 3px;
color: var(--code-font-color);
box-shadow: 0 1px 1px #000000;
display: inline-block;
font-size: calc(var(--font-size) / 1.2);
font-weight: 700;
line-height: 1;
padding: 2px 4px;
vertical-align: 1.5px;
}