aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAriel Costas Guerrero <ariel@costas.dev>2025-06-29 00:13:44 +0200
committerAriel Costas Guerrero <ariel@costas.dev>2025-06-29 00:13:44 +0200
commit04a6c90091a88ddfce5b6c27a7a506404e821f0e (patch)
treebe3710e79289c1c74f0e7335f1891338307ca76e /src
parent7b8594debceb93a1fa400d48fe1dcff943bd5af6 (diff)
Fix background colour in dark mode
Diffstat (limited to 'src')
-rw-r--r--src/frontend/app/components/LineIcon.css3
1 files changed, 2 insertions, 1 deletions
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 {