changed text decoration and animation

This commit is contained in:
2026-03-24 18:22:46 +00:00
parent 48faeb3e01
commit 0b426487ca

View File

@@ -325,10 +325,15 @@ h1 span {
} }
.result > a { .result > a {
color: var(--accent); color: var(--accent);
text-decoration: none; text-decoration: underline;
text-decoration-color: transparent;
font-size: 1.25rem; font-size: 1.25rem;
display: inline-block; display: inline-block;
margin-bottom: 4px; margin-bottom: 4px;
transition: text-decoration-color 0.1s;
}
.result > a:hover {
text-decoration-color: var(--accent);
} }
.url { .url {
color: var(--text-secondary); color: var(--text-secondary);