Make modals conform to the modal text colour
This commit is contained in:
parent
e6f2935b84
commit
eef0529d4f
2 changed files with 2 additions and 0 deletions
|
|
@ -70,6 +70,7 @@ export default {
|
|||
.modal {
|
||||
background-color: var(--modal-background);
|
||||
border-radius: var(--corner-rounding);
|
||||
color: var(--modal-text);
|
||||
text-align: center;
|
||||
max-height: 85%;
|
||||
padding: 0 15px;
|
||||
|
|
|
|||
|
|
@ -131,6 +131,7 @@ export default {
|
|||
.modal {
|
||||
background-color: var(--modal-background);
|
||||
border-radius: var(--corner-rounding);
|
||||
color: var(--modal-text);
|
||||
text-align: center;
|
||||
max-height: 85%;
|
||||
padding: 0 15px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue