diff --git a/cascade.css b/cascade.css index b9bfc80..b8a5ed7 100644 --- a/cascade.css +++ b/cascade.css @@ -1456,6 +1456,10 @@ body:not(.Interfaces) .cbi-rowstyle-2:first-child { color: var(--modal-li-color) } +.modal .dropdown li { + color: var(--modal-dropdown-li-color) +} + .modal p { padding-left: .25rem; word-break: break-word diff --git a/custom.css b/custom.css index 6c2610e..ba37a00 100644 --- a/custom.css +++ b/custom.css @@ -64,6 +64,7 @@ --modemenu-active: hsl(205, 100%, 14%); --title-color: hsl(204, 56%, 72%); --modal-li-color: hsl(0, 0%, 50%); + --modal-li-dropdown-color: hsl(0, 0%, 50%); --ins-border: hsl(120, 100%, 50%); --ins-background: hsl(120, 100%, 90%); --del-border: hsl(0, 100%, 50%); @@ -149,7 +150,8 @@ --italic-var: hsl(211, 100%, 58%); --modemenu-active: hsl(205, 100%, 86%); --title-color: hsl(204, 56%, 28%); - --modal-li-color: hsl(0, 0%, 100%); + --modal-li-color: hsl(0, 0%, 10%); + --modal-li-dropdown-color: hsl(0, 0%, 10%); --ins-border: hsl(120, 100%, 50%); --ins-background: hsl(120, 100%, 10%); --del-border: hsl(0, 100%, 50%);