Skip to content

Commit f05e166

Browse files
author
Victor George
committed
link color classes; fixes #599
1 parent 4d8ad20 commit f05e166

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

src/components/ActionCard/ActionCard.scss

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,8 +352,18 @@
352352
border-radius: $corner-radius;
353353
}
354354

355-
a {
355+
356+
// Link colors
357+
a:link,
358+
a:visited {
359+
color: $tc-dark-blue;
360+
text-decoration: none;
361+
}
362+
363+
a:hover,
364+
a:active {
356365
color: $tc-dark-blue-70;
366+
text-decoration: underline;
357367
}
358368

359369
input {

0 commit comments

Comments
 (0)