Updating blue color variables for accessibility in the LMS

This commit is contained in:
Chris Rodriguez
2015-03-24 14:56:06 -04:00
parent b1e8fcf614
commit e789c554c7
4 changed files with 11 additions and 6 deletions

View File

@@ -84,6 +84,10 @@ div.info-wrapper {
box-shadow: none;
font-size: 14px;
a {
color: $link-color;
}
&:after {
left: -1px;
right: auto;
@@ -104,6 +108,7 @@ div.info-wrapper {
a {
display: block;
padding: 0;
color: $link-color;
&:hover, &:focus {
background: transparent;

View File

@@ -49,6 +49,7 @@ section.wiki {
height: 100%;
text-overflow: ellipsis;
white-space: nowrap;
color: $link-color;
}
&:after {