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