From 04a6c90091a88ddfce5b6c27a7a506404e821f0e Mon Sep 17 00:00:00 2001 From: Ariel Costas Guerrero Date: Sun, 29 Jun 2025 00:13:44 +0200 Subject: Fix background colour in dark mode --- src/frontend/app/components/LineIcon.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/frontend') diff --git a/src/frontend/app/components/LineIcon.css b/src/frontend/app/components/LineIcon.css index 4b39351..8914602 100644 --- a/src/frontend/app/components/LineIcon.css +++ b/src/frontend/app/components/LineIcon.css @@ -55,8 +55,9 @@ font-weight: 600; text-transform: uppercase; color: inherit; - background-color: white; border-radius: 0.25rem 0.25rem 0 0; + + background-color: var(--background-color); } .line-c1 { -- cgit v1.3