Do not change color of borders below headers

This commit is contained in:
GithubAnon0000 2025-07-08 13:48:38 +02:00
parent 31ae59ee14
commit 236260a8cc

View file

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