summaryrefslogtreecommitdiff
path: root/public/style.css
diff options
context:
space:
mode:
authorAlexis Hovorka <[email protected]>2022-02-19 23:39:39 -0700
committerAlexis Hovorka <[email protected]>2022-02-19 23:39:39 -0700
commit15605b9918047498c32362eeaf6ba62ccf2dc095 (patch)
tree1cb83c04f6ddf3b344fff75c414e36509a9433a0 /public/style.css
parent7e41581a34fe4a479dbd32fc44dcbb16f5540493 (diff)
[feat] First playable
Diffstat (limited to 'public/style.css')
-rw-r--r--public/style.css6
1 files changed, 3 insertions, 3 deletions
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;