diff options
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> |