forked from didirus/AstralRinth
Fix font weight on code blocks (#494)
This commit is contained in:
@@ -260,6 +260,10 @@ input {
|
||||
border-radius: 2rem;
|
||||
}
|
||||
|
||||
pre {
|
||||
font-weight: var(--font-weight-regular);
|
||||
}
|
||||
|
||||
input,
|
||||
textarea {
|
||||
background: var(--color-button-bg);
|
||||
|
||||
Reference in New Issue
Block a user