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.
This commit is contained in:
Damien Elmes 2021-11-01 12:46:51 +10:00
parent f8ae64043d
commit 2c248e6a3d

View file

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