1
0
Fork 1
mirror of https://github.com/zen-browser/desktop.git synced 2025-07-07 23:00:01 +02:00

feat: Remove color for toast notifications, b=no-bug, c=common

This commit is contained in:
mr. m 2025-06-29 18:08:05 +02:00
parent f680b4592b
commit 4ea3532fe1
No known key found for this signature in database
GPG key ID: 928E01ED4C97749F

View file

@ -400,7 +400,6 @@ menuseparator {
border-radius: calc(var(--zen-native-inner-radius) + 2px) !important; border-radius: calc(var(--zen-native-inner-radius) + 2px) !important;
background: light-dark(rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.1)) !important; background: light-dark(rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.1)) !important;
border: 1px solid light-dark(rgba(255, 255, 255, 0.15), rgba(0, 0, 0, 0.15)) !important; border: 1px solid light-dark(rgba(255, 255, 255, 0.15), rgba(0, 0, 0, 0.15)) !important;
color: var(--zen-colors-secondary);
:root[zen-right-side='true'] & { :root[zen-right-side='true'] & {
order: -1; order: -1;