Xmodule: darkening 'correct' green color for WCAG AA requirements

This commit is contained in:
Chris Rodriguez
2015-12-02 15:26:47 -05:00
parent e49f90ed25
commit c7ade04090

View File

@@ -23,8 +23,8 @@
// ====================
$annotation-yellow: rgba(255,255,10,0.3);
$color-copy-tip: rgb(100,100,100);
$correct: $green-d1;
$partiallycorrect: $green-d1;
$correct: $green-d2;
$partiallycorrect: $green-d2;
$incorrect: $red;
// +Extends - Capa