diff --git a/style.css b/style.css index 7b5d230..0ae91eb 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; } }