From a7c2b93f397e6da3375c328248619ff2b4cc8364 Mon Sep 17 00:00:00 2001 From: Boyana Date: Mon, 27 Mar 2023 13:50:58 +0200 Subject: [PATCH] popup edits --- spin-wheel/index.html | 2 +- spin-wheel/style.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/spin-wheel/index.html b/spin-wheel/index.html index 367e378..ae6307f 100644 --- a/spin-wheel/index.html +++ b/spin-wheel/index.html @@ -92,7 +92,7 @@ function draw() {
diff --git a/spin-wheel/style.css b/spin-wheel/style.css index 6c9f51b..00299b7 100644 --- a/spin-wheel/style.css +++ b/spin-wheel/style.css @@ -79,7 +79,7 @@ html { #wheel{ text-align: center; - filter: hue-rotate(-68deg); + filter: hue-rotate(0deg); } button{