From 2d6392a1d55c20e3a24d5a5a834533b0a7094692 Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Fri, 14 Jun 2024 14:38:55 -0500 Subject: [PATCH] web: blinking cursor tweaks --- web.css | 2 +- web.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/web.css b/web.css index 46410eb..adbf086 100644 --- a/web.css +++ b/web.css @@ -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; } diff --git a/web.md b/web.md index 56f99d3..b62a8e4 100644 --- a/web.md +++ b/web.md @@ -10,7 +10,7 @@ Hi! -
I write code to make imaginary computers run code written by less imaginary developers
+I write code to make imaginary computers run code written by less imaginary developers ---