udpate colors and contrast for accessibility improvements
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user