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);
 }
 </style>