style/quick edit dialog: tweak the colors for the dark color scheme

This commit is contained in:
Adorian Doran 2025-10-23 20:01:29 +03:00
parent 40b08e1828
commit ddafda5f4e

View File

@ -297,7 +297,7 @@ body .todo-list input[type="checkbox"]:not(:checked):before {
} }
.tinted-quick-edit-dialog { .tinted-quick-edit-dialog {
--modal-background-color: hsl(var(--custom-color-hue), 19.2%, 10.2%); --modal-background-color: hsl(var(--custom-color-hue), 8.8%, 11.2%);
--modal-border-color: hsl(var(--custom-color-hue), 17.6%, 25.7%); --modal-border-color: hsl(var(--custom-color-hue), 9.4%, 25.1%);
--promoted-attribute-card-background-color: hsl(var(--custom-color-hue), 21.1%, 27.8%); --promoted-attribute-card-background-color: hsl(var(--custom-color-hue), 13.2%, 20.8%);
} }