Make h1 explicitly bold in Graph.svelte
This commit is contained in:
parent
8f0f8f9af8
commit
85808e4cbf
@ -57,6 +57,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
||||
text-align: center;
|
||||
margin-bottom: 0.25em;
|
||||
margin-top: 1.5em;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.subtitle {
|
||||
|
@ -2,7 +2,6 @@
|
||||
|
||||
$body-color: var(--text-fg);
|
||||
$body-bg: var(--window-bg);
|
||||
$font-weight-base: 500;
|
||||
|
||||
$link-hover-color: var(--link);
|
||||
$link-hover-decoration: none;
|
||||
|
Loading…
Reference in New Issue
Block a user