Make h1 explicitly bold in Graph.svelte

This commit is contained in:
Henrik Giesel 2021-04-13 16:56:53 +02:00
parent 8f0f8f9af8
commit 85808e4cbf
2 changed files with 1 additions and 1 deletions

View File

@ -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 {

View File

@ -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;