Skip to content

Commit 275a49c

Browse files
committed
Improve color contrast of links inside tables
1 parent 2792a4d commit 275a49c

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

static/sass/style.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,12 @@ a, a:active, a:visited, a:hover, a:visited:hover {
6666
text-decoration: none;
6767
}
6868

69+
table tr td {
70+
a, a:active, a:visited, a:hover, a:visited:hover {
71+
color: darken($link-color, 2%);
72+
}
73+
}
74+
6975
a:hover, a:focus { color: $link-hover; }
7076

7177
/*modernizr*/ .touch a[href^="tel:"] { border-bottom: 1px dotted $default-color; }

0 commit comments

Comments
 (0)