mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 08:46:37 -04:00
Do not change color of borders below headers
This commit is contained in:
parent
31ae59ee14
commit
236260a8cc
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,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 #c4c4c4;
|
||||
padding-bottom: 0.25em;
|
||||
}
|
||||
.help-badge {
|
||||
|
|
Loading…
Reference in a new issue