fix some inline code stuff
All checks were successful
ci/woodpecker/push/publish Pipeline was successful
All checks were successful
ci/woodpecker/push/publish Pipeline was successful
This commit is contained in:
parent
2bec742bb2
commit
0c6e3970b8
1 changed files with 6 additions and 3 deletions
|
@ -138,6 +138,12 @@ img {
|
||||||
margin: auto;
|
margin: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Code */
|
||||||
|
kbd,
|
||||||
|
code {
|
||||||
|
font-family: Consolas, monospace;
|
||||||
|
}
|
||||||
|
|
||||||
/* Little snippet of code (not blocks) */
|
/* Little snippet of code (not blocks) */
|
||||||
kbd,
|
kbd,
|
||||||
code:not(.hljs):not(:has(svg)) {
|
code:not(.hljs):not(:has(svg)) {
|
||||||
|
@ -145,10 +151,7 @@ code:not(.hljs):not(:has(svg)) {
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
color: var(--code-font-color);
|
color: var(--code-font-color);
|
||||||
box-shadow: 0 1px 1px #000000;
|
box-shadow: 0 1px 1px #000000;
|
||||||
display: inline-block;
|
|
||||||
font-size: calc(var(--font-size) / 1.2);
|
font-size: calc(var(--font-size) / 1.2);
|
||||||
font-weight: 700;
|
|
||||||
line-height: 1;
|
|
||||||
padding: 2px 4px;
|
padding: 2px 4px;
|
||||||
vertical-align: 1.5px;
|
vertical-align: 1.5px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue