diff --git a/static/imgs/icon.png b/static/imgs/icon.png index 6024416..17dfa3a 100644 Binary files a/static/imgs/icon.png and b/static/imgs/icon.png differ diff --git a/static/index.css b/static/index.css index e8c2cd4..0f433b8 100644 --- a/static/index.css +++ b/static/index.css @@ -420,7 +420,7 @@ #help { max-width: 100%; - width: 3vw; + width: 3rem; height: auto; margin: 2rem; bottom: 0.2vw; @@ -428,7 +428,7 @@ position: absolute; box-shadow: 0.4em 0.4em 0em 0px rgba(0, 0, 0, 0.8); transition: 0.5s; - border-radius: 1em; + border-radius: 0.5rem; background-color: rgba(0, 0, 0, 0); image-rendering: pixelated; }