Skip to content

Commit a5ef4f0

Browse files
mayoroftuesdaytimgraham
authored andcommitted
Fixed django#88 -- Fixed link color override.
1 parent bcc50ef commit a5ef4f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scss/trachacks.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ body, th, tr { // reset trac default
66
line-height: normal;
77
}
88

9-
:link, :visited {
9+
a:link, a:visited {
1010
border-bottom: 0;
1111
color: $green;
1212
&:hover{

0 commit comments

Comments
 (0)