From df2f907cee589e0651173276c7a085d586fb2403 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 81cd196..ac8f8fe 100644 --- a/src/App.vue +++ b/src/App.vue @@ -48,5 +48,6 @@ const gameComponent = computed(() => { position: absolute; min-height: 100%; height: 100%; + color: var(--foreground); }