From c2fe3ba841c3a756a71d288de8164fbcb898f599 Mon Sep 17 00:00:00 2001 From: klemek Date: Thu, 14 Oct 2021 16:14:40 +0200 Subject: [PATCH] fix hover --- style.css | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/style.css b/style.css index eac8ca8..9f0bb62 100644 --- a/style.css +++ b/style.css @@ -83,15 +83,18 @@ table { color: #424242; } -.answer:hover { - background-color: #E0E0E0; - color: #424242; +@media (hover: hover) { + .answer:hover { + background-color: #E0E0E0; + color: #424242; + } } -/* + + .answer:active { background-color: #757575; color: #eeeeee; -} */ +} .disabled { background-color: #f44336;