mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -04:00
Let h1 use 'ui' border style
This commit is contained in:
parent
d3cd240de3
commit
1e92881864
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
|||
page-break-inside: avoid;
|
||||
}
|
||||
h1 {
|
||||
border-bottom: 1px solid var(--border);
|
||||
border-bottom: 1px solid var(--border-ui);
|
||||
padding-bottom: 0.25em;
|
||||
}
|
||||
.help-badge {
|
||||
|
|
Loading…
Reference in a new issue