update style.css

This commit is contained in:
deepend-tildeclub 2020-05-06 21:28:27 -06:00 committed by GitHub
parent ba095bd4ce
commit 02cbcd3cc8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -63,6 +63,10 @@ hr {
padding: 1em;
border-radius: 0.25em;
}
@keyframes cursor {
from { content: "_"; }
to { content: ""; }
}
h1::after {
content: "_";
animation-name: cursor;