Xmodule: syncing link color with LMS

This commit is contained in:
Chris Rodriguez
2015-12-02 14:29:06 -05:00
parent 1de57ed56b
commit 07944b0852

View File

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