diff --git a/style.css b/style.css index 4d13847..7b5d230 100644 --- a/style.css +++ b/style.css @@ -85,10 +85,10 @@ h1 { overflow: hidden; white-space: nowrap; animation: reveal 4s linear; - text-overflow: "â–ˆ"; + text-overflow: "ˆ"; } #fancyboi::after { - content: "â–ˆ"; + content: "ˆ"; animation: flash 0.5s step-end infinite; } }