diff --git a/roles/nginx-global-css/templates/global.css.j2 b/roles/nginx-global-css/templates/global.css.j2 index f4713a92..d97cf375 100644 --- a/roles/nginx-global-css/templates/global.css.j2 +++ b/roles/nginx-global-css/templates/global.css.j2 @@ -184,3 +184,11 @@ html, body, * { color: var(--text-color) !important; text-decoration: none; } + +/** Portfolio Specific **/ +/* Always use a light text color in the input field */ +#dynamicModalContent { + color: var(--button-text-color) !important; +} + +