mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
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:
parent
f8ae64043d
commit
2c248e6a3d
1 changed files with 4 additions and 0 deletions
|
@ -70,6 +70,10 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
||||||
color: var(--link);
|
color: var(--link);
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
h3 {
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.description {
|
.description {
|
||||||
|
|
Loading…
Reference in a new issue