Merge pull request #10798 from edx/clrux/ac-256

Xmodule: syncing link color with LMS
This commit is contained in:
clrux
2015-12-07 11:16:15 -05:00

View File

@@ -91,7 +91,7 @@ ul {
a {
&:link, &:visited, &:hover, &:active, &:focus {
color: #1d9dd9;
color: $blue;
}
}