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:
@@ -725,10 +725,6 @@
|
|||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
||||||
a {
|
|
||||||
color: $text;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.truncate {
|
.truncate {
|
||||||
|
|||||||
Reference in New Issue
Block a user