Fix font-family reference
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
7fc6431012
commit
75f45d52b0
@ -122,7 +122,7 @@ pre {
|
|||||||
overflow-x: auto;
|
overflow-x: auto;
|
||||||
}
|
}
|
||||||
code {
|
code {
|
||||||
font-family: 'Courier New', Courier, monospace;
|
font-family: 'dm', 'Courier New', Courier, monospace;
|
||||||
color: var(--clr-code);
|
color: var(--clr-code);
|
||||||
background-color: var(--clr-bg-alt);
|
background-color: var(--clr-bg-alt);
|
||||||
border: 2px solid var(--clr-border);
|
border: 2px solid var(--clr-border);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user