mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-02-23 04:49:40 +01:00
dynamic modal colors
This commit is contained in:
parent
fedc5572f1
commit
b9d29ee06d
@ -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;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user