0
0
Fork 0

Make modals conform to the modal text colour

This commit is contained in:
Oliver-Akins 2021-04-01 00:48:02 -06:00
parent e6f2935b84
commit eef0529d4f
2 changed files with 2 additions and 0 deletions

View file

@ -70,6 +70,7 @@ export default {
.modal { .modal {
background-color: var(--modal-background); background-color: var(--modal-background);
border-radius: var(--corner-rounding); border-radius: var(--corner-rounding);
color: var(--modal-text);
text-align: center; text-align: center;
max-height: 85%; max-height: 85%;
padding: 0 15px; padding: 0 15px;

View file

@ -131,6 +131,7 @@ export default {
.modal { .modal {
background-color: var(--modal-background); background-color: var(--modal-background);
border-radius: var(--corner-rounding); border-radius: var(--corner-rounding);
color: var(--modal-text);
text-align: center; text-align: center;
max-height: 85%; max-height: 85%;
padding: 0 15px; padding: 0 15px;