Merge pull request #18719 from edx/spencerhance/learner-profile-contrast

Fixes a11y contrast of records button on learner profile page
This commit is contained in:
Spencer Hance
2018-08-03 17:49:26 -04:00
committed by GitHub

View File

@@ -277,6 +277,8 @@
button {
@extend %btn-secondary-blue-outline;
margin-top: 1em;
background: $blue;
color: #fff;
}
}