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