udpate colors and contrast for accessibility improvements

This commit is contained in:
Alex Wolfe
2016-09-16 12:45:58 -07:00
committed by Naomi Black
parent a0dbeee18a
commit e2ec60d8dd
13 changed files with 44 additions and 117 deletions
+3 -2
View File
@@ -11,7 +11,7 @@
*/
$codebox-anti-pattern-color: $red-700;
$codebox-primary-color: $blue-600;
$codebox-primary-color: $blue-700;
$codebox-selected: $white;
@@ -48,12 +48,13 @@ $codebox-selected: $white;
line-height: $unit * 3;
margin: 0;
outline: none;
opacity: 1;
padding: 0 0 $unit $unit;
text-transform: none;
}
nav button {
background: $blue-400;
background: $blue-600;
border-radius: 2px 2px 0 0;
color: $white;
font-size: 13px;