Update style.css
continuous-integration/drone/push Build is passing Details

This commit is contained in:
deepend-tildeclub 2020-05-06 23:33:55 -06:00 committed by GitHub
parent 913784f9e4
commit cd09e67d8b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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;
}
}