From 1737bef5fc22fdeebf633d85d26ed4a54a404b8e Mon Sep 17 00:00:00 2001 From: thepaperpilot Date: Mon, 20 Feb 2023 21:42:18 -0600 Subject: [PATCH] Make modals use foreground color --- src/App.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/App.vue b/src/App.vue index 6535b0a..9613f04 100644 --- a/src/App.vue +++ b/src/App.vue @@ -49,5 +49,6 @@ const gameComponent = computed(() => { position: absolute; min-height: 100%; height: 100%; + color: var(--foreground); }