mirror of
https://github.com/unmojang/drasl.git
synced 2025-08-03 02:46:03 -04:00
CSS: Use font-family variable, apply font-family to h1 tag
This commit is contained in:
parent
21aca475d5
commit
abc8d1e9b8
@ -25,6 +25,10 @@ body {
|
||||
font-size: 1rem;
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-family: var(--font-family);
|
||||
}
|
||||
|
||||
hr {
|
||||
border: none;
|
||||
border-top: 2px solid var(--accent-light);
|
||||
@ -105,7 +109,7 @@ a:visited {
|
||||
}
|
||||
|
||||
input {
|
||||
font-family: monospace;
|
||||
font-family: var(--font-family);
|
||||
}
|
||||
|
||||
summary {
|
||||
|
Loading…
x
Reference in New Issue
Block a user