From 93a2e9169412a1f1a63c462d9586c40eff0e80be Mon Sep 17 00:00:00 2001 From: JeLuF Date: Thu, 10 Nov 2022 00:44:42 +0100 Subject: [PATCH] Use theme variable for bottom border design --- ui/media/css/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/media/css/main.css b/ui/media/css/main.css index fd86655b..da87216d 100644 --- a/ui/media/css/main.css +++ b/ui/media/css/main.css @@ -342,7 +342,7 @@ img { text-decoration: none; } .float-child h1 { - border-bottom: solid 1px silver; + border-bottom: var(--button-border); } #help-links { display: inline-block;