summaryrefslogtreecommitdiffstats
path: root/toolkit/themes/shared/notification.css
diff options
context:
space:
mode:
Diffstat (limited to 'toolkit/themes/shared/notification.css')
-rw-r--r--toolkit/themes/shared/notification.css10
1 files changed, 5 insertions, 5 deletions
diff --git a/toolkit/themes/shared/notification.css b/toolkit/themes/shared/notification.css
index b94918cce8..8ddab7fff2 100644
--- a/toolkit/themes/shared/notification.css
+++ b/toolkit/themes/shared/notification.css
@@ -41,15 +41,15 @@ notification {
}
@media (prefers-color-scheme: dark) {
- notification[type="info"]:-moz-lwtheme {
- --notification-background: #38383d;
- --notification-text: rgb(249, 249, 250);
- }
-
notification[type="info"] {
--notification-button-background: rgba(249,249,250,.1);
--notification-button-background-hover: rgba(249,249,250,.2);
--notification-button-background-active: rgba(249,249,250,.3);
+
+ *|*:root[lwtheme] & {
+ --notification-background: #38383d;
+ --notification-text: rgb(249, 249, 250);
+ }
}
}