diff options
author | 2025-10-20 20:39:08 -0400 | |
---|---|---|
committer | 2025-10-20 20:39:08 -0400 | |
commit | 74e7f913f1c1d9cf4a4a605300371f135f9cb4ec (patch) | |
tree | 8ad04992d68668cea3418883ceff135017eee2a1 /index.shtml | |
parent | 133b1e1a57df0caa6ef0841935d6d6c87365a68a (diff) | |
download | web-74e7f913f1c1d9cf4a4a605300371f135f9cb4ec.tar.xz |
Let's try something better.
(Of course I didn't came up with that css myself, what were you thinking?!)
Diffstat (limited to 'index.shtml')
-rw-r--r-- | index.shtml | 14 |
1 files changed, 13 insertions, 1 deletions
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);} </style> </head> @@ -495,7 +507,7 @@ window.addEventListener("load", hashchange); nuts. </p> <p> - Does not appear to contain a significant amount of cerebral + Does not appear to contain any significant amount of cerebral activity. </p> <h3><a href="/notekins">Notekins</a></h3> |