Underline links in result descriptions

This commit is contained in:
Chocobozzz 2023-03-02 11:18:39 +01:00
parent e10022628e
commit ddffb9a93a
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 10 additions and 0 deletions

View File

@ -254,6 +254,16 @@
font-size: 0.875rem; font-size: 0.875rem;
} }
.description {
a {
text-decoration: underline;
&:hover {
opacity: 0.8;
}
}
}
.metadata { .metadata {
label { label {
color: $secondary-font-color; color: $secondary-font-color;