From c1226a81c518b56127a9fc2070cf1594b987b1c8 Mon Sep 17 00:00:00 2001 From: Oliver-Akins Date: Thu, 7 Jan 2021 18:16:54 -0700 Subject: [PATCH] Add styling for when an answer is correct. --- web/src/components/GameBoard.vue | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/web/src/components/GameBoard.vue b/web/src/components/GameBoard.vue index 30c263c..81d94c6 100644 --- a/web/src/components/GameBoard.vue +++ b/web/src/components/GameBoard.vue @@ -10,8 +10,11 @@ a model attribute to keep them synced correctly. -->
input { + border-color: green !important; + border-width: 3px; +} .eye-container { position: absolute;