changed text decoration and animation
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user