changed text decoration and animation
This commit is contained in:
@@ -325,10 +325,15 @@ h1 span {
|
||||
}
|
||||
.result > a {
|
||||
color: var(--accent);
|
||||
text-decoration: none;
|
||||
text-decoration: underline;
|
||||
text-decoration-color: transparent;
|
||||
font-size: 1.25rem;
|
||||
display: inline-block;
|
||||
margin-bottom: 4px;
|
||||
transition: text-decoration-color 0.1s;
|
||||
}
|
||||
.result > a:hover {
|
||||
text-decoration-color: var(--accent);
|
||||
}
|
||||
.url {
|
||||
color: var(--text-secondary);
|
||||
|
||||
Reference in New Issue
Block a user