Underline links in result descriptions
This commit is contained in:
parent
e10022628e
commit
ddffb9a93a
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue