Fix font weight on code blocks (#494)

This commit is contained in:
Prospector 2022-05-23 21:53:22 -07:00 committed by GitHub
parent 3e941999d5
commit a7832ef40f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -260,6 +260,10 @@ input {
border-radius: 2rem;
}
pre {
font-weight: var(--font-weight-regular);
}
input,
textarea {
background: var(--color-button-bg);