mirror of
https://github.com/unmojang/drasl.git
synced 2025-08-03 10:56:06 -04:00
CSS: Use font-family variable, apply font-family to h1 tag
This commit is contained in:
parent
e82e6f7117
commit
75fa5bb3ee
@ -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