Differenciate links in summaries

Using the same color as text made it impossible to visually recognize
the link. Users might click the link accidentally while trying to select
the text of that link.

Furthermore, sighted keyboard users would be surprised when tabbing
through the interface and realizing some apparently normal text is
really a link.
This commit is contained in:
Javi Martín
2021-04-29 14:56:25 +02:00
parent 7d8a64cb1f
commit 41893f3435

View File

@@ -725,10 +725,6 @@
margin-top: 0; margin-top: 0;
overflow: hidden; overflow: hidden;
position: relative; position: relative;
a {
color: $text;
}
} }
.truncate { .truncate {