Updating blue color variables for accessibility in the LMS
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -49,6 +49,7 @@ section.wiki {
|
||||
height: 100%;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
color: $link-color;
|
||||
}
|
||||
|
||||
&:after {
|
||||
|
||||
Reference in New Issue
Block a user