From 202a6f8bdf5413d67552d1dc53abfeb3e919f989 Mon Sep 17 00:00:00 2001 From: Simon Bruder Date: Tue, 4 Feb 2020 16:01:01 +0000 Subject: [PATCH] Ensure text is black --- frontend/src/App.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/App.vue b/frontend/src/App.vue index b95c056..8f3278e 100644 --- a/frontend/src/App.vue +++ b/frontend/src/App.vue @@ -8,6 +8,7 @@ #app { font-family: 'PT Sans', 'Roboto', 'Helvetica', 'Arial', sans-serif; text-align: center; + color: #000000; } body {