From 1e92881864365a2c69d74bed8e0c98c0ab18fabd Mon Sep 17 00:00:00 2001 From: GithubAnon0000 <160563432+GithubAnon0000@users.noreply.github.com> Date: Sat, 30 Aug 2025 23:01:06 +0200 Subject: [PATCH] Let h1 use 'ui' border style --- 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 3ea932ba3..fcf2a0249 100644 --- a/ts/lib/components/TitledContainer.svelte +++ b/ts/lib/components/TitledContainer.svelte @@ -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 {