From 15605b9918047498c32362eeaf6ba62ccf2dc095 Mon Sep 17 00:00:00 2001 From: Alexis Hovorka Date: Sat, 19 Feb 2022 23:39:39 -0700 Subject: [feat] First playable --- public/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'public/style.css') diff --git a/public/style.css b/public/style.css index f2113e0..97aeca9 100644 --- a/public/style.css +++ b/public/style.css @@ -79,9 +79,9 @@ td[data-key=bspc]::after { } td[data-key]:hover { box-shadow: 0 0 0 3px #0002; } -td.absent { background: #aaa } -td.present { background: #f9c74f } -td.found { background: #90be6d } +td.absent { background: #aaa !important } +td.present { background: #f9c74f !important } +td.found { background: #90be6d !important } footer p { padding: 0 0 .6em; -- cgit v1.2.3-70-g09d2