diff options
| author | Copilot <198982749+Copilot@users.noreply.github.com> | 2025-11-07 19:58:44 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-07 19:58:44 +0100 |
| commit | febe700d4564e5c0fec0dfbda7dcfcdff0af589b (patch) | |
| tree | edfbc079b70bf7ae831851804f87b1a409633a4f /src/frontend/app/routes/estimates-$id.css | |
| parent | d08e350a4b44c755f65d50227329e212efafb1b2 (diff) | |
[WIP] Fix stop alert colours in dark mode and consolidate styling (#84)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: arielcostas <94913521+arielcostas@users.noreply.github.com>
Diffstat (limited to 'src/frontend/app/routes/estimates-$id.css')
| -rw-r--r-- | src/frontend/app/routes/estimates-$id.css | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/src/frontend/app/routes/estimates-$id.css b/src/frontend/app/routes/estimates-$id.css index 72ade06..0658156 100644 --- a/src/frontend/app/routes/estimates-$id.css +++ b/src/frontend/app/routes/estimates-$id.css @@ -259,14 +259,12 @@ line-height: 1.4; } -@media (prefers-color-scheme: dark) { - .experimental-notice { - background-color: #3d3100; - border-color: #ffc107; - color: #ffd966; - } +[data-theme="dark"] .experimental-notice { + background-color: #3d3100; + border-color: #ffc107; + color: #ffd966; +} - .experimental-notice strong { - color: #ffd966; - } +[data-theme="dark"] .experimental-notice strong { + color: #ffd966; } |
