Commit c7ade040 by Chris Rodriguez

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

parent e49f90ed
...@@ -23,8 +23,8 @@ ...@@ -23,8 +23,8 @@
// ==================== // ====================
$annotation-yellow: rgba(255,255,10,0.3); $annotation-yellow: rgba(255,255,10,0.3);
$color-copy-tip: rgb(100,100,100); $color-copy-tip: rgb(100,100,100);
$correct: $green-d1; $correct: $green-d2;
$partiallycorrect: $green-d1; $partiallycorrect: $green-d2;
$incorrect: $red; $incorrect: $red;
// +Extends - Capa // +Extends - Capa
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment