diff --git a/style.css b/style.css index 589d59d..a39bebe 100644 --- a/style.css +++ b/style.css @@ -210,6 +210,6 @@ html { } to { - -webkit-filter: hue-rotate(360deg); + -webkit-filter: hue-rotate(-360deg); } -} \ No newline at end of file +}