diff --git a/src/paste/templates/index.html b/src/paste/templates/index.html index ef54cc9..b0d4ee3 100644 --- a/src/paste/templates/index.html +++ b/src/paste/templates/index.html @@ -209,6 +209,22 @@ color: var(--terminal-highlight); } + .header-link { + text-decoration: none; + color: var(--terminal-dark); + cursor: pointer; + } + + .header-link:hover .glitch-text { + opacity: 0.8; + transform: scale(1.02); + transition: all 0.2s ease; + } + + .glitch-text u { + text-decoration-thickness: 2px; + } + @media only screen and (max-width: 768px) { body { padding: 10px; @@ -269,7 +285,9 @@
-