From c671e2deee1ec0b70c76102c1cc4f846934e150c Mon Sep 17 00:00:00 2001 From: RISHABH D TIWARI <57325543+the-golden-wizaRD@users.noreply.github.com> Date: Fri, 19 Jun 2020 18:42:36 +0530 Subject: [PATCH] Update index.css --- src/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.css b/src/index.css index b9032fb..f92465c 100644 --- a/src/index.css +++ b/src/index.css @@ -102,7 +102,7 @@ body { transition: background 0.6s; } #play-again-button:hover { - background-color: #ffc490 radial-gradient(circle, transparent 1%, #ffc490 1%) center/15000%; + background: #ffc490 radial-gradient(circle, transparent 1%, #ffc490 1%) center/15000%; cursor: pointer; } #play-again-button:active {