From c3e3711afe6a99ba424052fb55ef950d38bfaa54 Mon Sep 17 00:00:00 2001 From: Alberto Xamin Date: Fri, 20 Nov 2020 17:45:56 +0100 Subject: [PATCH] fix card suit color --- frontend/public/index.html | 29 +++++++++++++++-------------- frontend/src/App.vue | 4 +++- frontend/src/components/Card.vue | 4 ++-- 3 files changed, 20 insertions(+), 17 deletions(-) diff --git a/frontend/public/index.html b/frontend/public/index.html index 4123528..1e6c0cd 100644 --- a/frontend/public/index.html +++ b/frontend/public/index.html @@ -1,17 +1,18 @@ - - - - - - <%= htmlWebpackPlugin.options.title %> - - - -
- - + + + + + + + <%= htmlWebpackPlugin.options.title %> + + + +
+ + diff --git a/frontend/src/App.vue b/frontend/src/App.vue index cfca9c4..2ead57f 100644 --- a/frontend/src/App.vue +++ b/frontend/src/App.vue @@ -117,12 +117,14 @@ export default {