From 6f9258241234b068d0533935d06ac7e9150080a2 Mon Sep 17 00:00:00 2001 From: deepend-tildeclub <58404188+deepend-tildeclub@users.noreply.github.com> Date: Wed, 6 May 2020 23:36:16 -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 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; } }