From 7cecd74267c7503c9260744e4b7c92437a7dfbf5 Mon Sep 17 00:00:00 2001 From: klemek Date: Thu, 14 Oct 2021 15:45:25 +0200 Subject: [PATCH] remove active style --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index 616f1ee..eac8ca8 100644 --- a/style.css +++ b/style.css @@ -87,11 +87,11 @@ table { background-color: #E0E0E0; color: #424242; } - +/* .answer:active { background-color: #757575; color: #eeeeee; -} +} */ .disabled { background-color: #f44336;