From 85808e4cbfc296c32f5c75677faa3517afd40502 Mon Sep 17 00:00:00 2001 From: Henrik Giesel Date: Tue, 13 Apr 2021 16:56:53 +0200 Subject: [PATCH] Make h1 explicitly bold in Graph.svelte --- ts/graphs/Graph.svelte | 1 + ts/sass/_base.scss | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/ts/graphs/Graph.svelte b/ts/graphs/Graph.svelte index bc7b285a9..e987a1b97 100644 --- a/ts/graphs/Graph.svelte +++ b/ts/graphs/Graph.svelte @@ -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 { diff --git a/ts/sass/_base.scss b/ts/sass/_base.scss index 0bf9582d5..9bfada916 100644 --- a/ts/sass/_base.scss +++ b/ts/sass/_base.scss @@ -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;