diff options
| author | Ariel Costas Guerrero <ariel@costas.dev> | 2025-06-29 00:13:44 +0200 |
|---|---|---|
| committer | Ariel Costas Guerrero <ariel@costas.dev> | 2025-06-29 00:13:44 +0200 |
| commit | 04a6c90091a88ddfce5b6c27a7a506404e821f0e (patch) | |
| tree | be3710e79289c1c74f0e7335f1891338307ca76e /src/frontend | |
| parent | 7b8594debceb93a1fa400d48fe1dcff943bd5af6 (diff) | |
Fix background colour in dark mode
Diffstat (limited to 'src/frontend')
| -rw-r--r-- | src/frontend/app/components/LineIcon.css | 3 |
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 { |
