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

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;