From 443011bfd2018cb0b90c1f717a24e026cdb3e86e Mon Sep 17 00:00:00 2001 From: deepend-tildeclub <58404188+deepend-tildeclub@users.noreply.github.com> Date: Wed, 6 May 2020 23:37:55 -0600 Subject: [PATCH] Update style.css --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; } }