From 74e7f913f1c1d9cf4a4a605300371f135f9cb4ec Mon Sep 17 00:00:00 2001
From: Chris Xiong
Date: Mon, 20 Oct 2025 20:39:08 -0400
Subject: Blinking element is still a stupid idea in 2025.
Let's try something better.
(Of course I didn't came up with that css myself, what were you thinking?!)
---
index.shtml | 14 +++++++++++++-
1 file changed, 13 insertions(+), 1 deletion(-)
(limited to 'index.shtml')
diff --git a/index.shtml b/index.shtml
index 5eb9734..fa540eb 100644
--- a/index.shtml
+++ b/index.shtml
@@ -158,6 +158,18 @@
padding: 1em;
margin: 0.5em 0;
}
+ @keyframes underline-anim {
+ 100% {
+ background-position: 6px 100%;
+ }
+ }
+ .anim-dashed-underline {
+ background: linear-gradient(90deg, var(--principal-fg) 33.33%, transparent 0) repeat-x;
+ background-size: 6px 1.5px;
+ background-position: 0 100%;
+ padding-bottom: 1px;
+ animation: underline-anim 0.5s infinite steps(3, jump-start);
+ }
td{border:1px solid var(--secondary-fg);}
@@ -495,7 +507,7 @@ window.addEventListener("load", hashchange);
nuts.
- Does not appear to contain a significant amount of cerebral
+ Does not appear to contain any significant amount of cerebral
activity.
--
cgit v1.2.3