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{