dynamic modal colors

This commit is contained in:
Kevin Veen-Birkenbach 2025-02-07 14:35:46 +01:00
parent fedc5572f1
commit b9d29ee06d

View File

@ -184,3 +184,11 @@ html, body, * {
color: var(--text-color) !important; color: var(--text-color) !important;
text-decoration: none; text-decoration: none;
} }
/** Portfolio Specific **/
/* Always use a light text color in the input field */
#dynamicModalContent {
color: var(--button-text-color) !important;
}