aboutsummaryrefslogtreecommitdiff
path: root/src/frontend/app/routes
diff options
context:
space:
mode:
Diffstat (limited to 'src/frontend/app/routes')
-rw-r--r--src/frontend/app/routes/estimates-$id.css16
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;
}