Skip to content

Commit b11517a

Browse files
author
Vic G
authored
Merge pull request #604 from appirio-tech/fix-link-color
link color classes; fixes #599
2 parents 4d8ad20 + f05e166 commit b11517a

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)