From 2c248e6a3dfd0f644cb205ddd964cf520faa204a Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Mon, 1 Nov 2021 12:46:51 +1000 Subject: [PATCH] revert congrats h3 style change from #1470 Presumably bootstrap is overriding the styling of headers; this is a quick fix to make the header be bold again, like the graphs screen. --- ts/congrats/CongratsPage.svelte | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ts/congrats/CongratsPage.svelte b/ts/congrats/CongratsPage.svelte index c37181e28..044786cd6 100644 --- a/ts/congrats/CongratsPage.svelte +++ b/ts/congrats/CongratsPage.svelte @@ -70,6 +70,10 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html color: var(--link); text-decoration: none; } + + h3 { + font-weight: bold; + } } .description {