Let h1 use 'ui' border style

This commit is contained in:
GithubAnon0000 2025-08-30 23:01:06 +02:00
parent d3cd240de3
commit 1e92881864

View file

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