web: blinking cursor tweaks

This commit is contained in:
John Bowdre 2024-06-14 14:38:55 -05:00
parent f43b28b2f8
commit 2d6392a1d5
2 changed files with 2 additions and 2 deletions

View file

@ -59,7 +59,7 @@ button.tinylytics_kudos:hover {
background: #B2F2BB;
display: inline-block;
margin-left: 0.2rem;
vertical-align: text-bottom;
vertical-align: middle;
animation: cursor-blink 1.5s steps(2) infinite;
}

2
web.md
View file

@ -10,7 +10,7 @@
<span class="kudos">Hi!<button class="tinylytics_kudos"></button></span>
<div id="typo" style="height: 5rem;" data-typo-chance="2" data-typing-delay="40" data-typing-jitter="20">I write code to make imaginary computers run code written by less imaginary developers</div>
<span id="typo" style="height: 5rem;" data-typo-chance="2" data-typing-delay="40" data-typing-jitter="20">I write code to make imaginary computers run code written by less imaginary developers</span>
---