From eef0529d4f5bbe63ba178a6748f3a46564390167 Mon Sep 17 00:00:00 2001 From: Oliver-Akins Date: Thu, 1 Apr 2021 00:48:02 -0600 Subject: [PATCH] Make modals conform to the modal text colour --- src/components/modals/SiteInfo.vue | 1 + src/components/modals/ThemeModal.vue | 1 + 2 files changed, 2 insertions(+) diff --git a/src/components/modals/SiteInfo.vue b/src/components/modals/SiteInfo.vue index e86ad33..5c98457 100644 --- a/src/components/modals/SiteInfo.vue +++ b/src/components/modals/SiteInfo.vue @@ -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; diff --git a/src/components/modals/ThemeModal.vue b/src/components/modals/ThemeModal.vue index d315949..cb4a9c9 100644 --- a/src/components/modals/ThemeModal.vue +++ b/src/components/modals/ThemeModal.vue @@ -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;