Fix font weight on code blocks (#494)
This commit is contained in:
parent
3e941999d5
commit
a7832ef40f
@ -260,6 +260,10 @@ input {
|
||||
border-radius: 2rem;
|
||||
}
|
||||
|
||||
pre {
|
||||
font-weight: var(--font-weight-regular);
|
||||
}
|
||||
|
||||
input,
|
||||
textarea {
|
||||
background: var(--color-button-bg);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user