diff options
Diffstat (limited to 'public/style.css')
-rw-r--r-- | public/style.css | 6 |
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; |