From 236260a8ccd1f65e77ac91b9a0c73c68497737be Mon Sep 17 00:00:00 2001 From: GithubAnon0000 <160563432+GithubAnon0000@users.noreply.github.com> Date: Tue, 8 Jul 2025 13:48:38 +0200 Subject: [PATCH] Do not change color of borders below headers --- ts/lib/components/TitledContainer.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ts/lib/components/TitledContainer.svelte b/ts/lib/components/TitledContainer.svelte index 70e4a078c..44d04e4b9 100644 --- a/ts/lib/components/TitledContainer.svelte +++ b/ts/lib/components/TitledContainer.svelte @@ -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 {