diff --git a/src/Keyboard.vue b/src/Keyboard.vue index 0fdf394..09923c1 100644 --- a/src/Keyboard.vue +++ b/src/Keyboard.vue @@ -30,7 +30,7 @@ const rows = [ width="24" > diff --git a/src/game.css b/src/game.css index aa90277..4501c7d 100644 --- a/src/game.css +++ b/src/game.css @@ -24,17 +24,17 @@ header { .correct, .present, .absent { - color: #fff; + color: #fff !important; } .correct { - background-color: #6aaa64; + background-color: #6aaa64 !important; } .present { - background-color: #c9b458; + background-color: #c9b458 !important; } .absent { - background-color: #787c7e; + background-color: #787c7e !important; }