forked from external-repos/pa11y-dashboard
Colour changes to make contrast 0 errors at WCAG2AA
This commit is contained in:
@@ -13,16 +13,16 @@
|
||||
@gray-dark: #616D6E;
|
||||
@gray: #6C7878;
|
||||
@gray-light: #7C8C8D;
|
||||
@gray-lighter: #ecf0f1;
|
||||
@gray-lighter: #eaeff1;
|
||||
|
||||
// Brand colors
|
||||
// -------------------------
|
||||
|
||||
@brand-primary: #2C3E50;
|
||||
@brand-success: #00A18C;
|
||||
@brand-warning: #F39C12;
|
||||
@brand-danger: #E74C3C;
|
||||
@brand-info: #3498DB;
|
||||
@brand-success: #00806F;
|
||||
@brand-warning: #A86700;
|
||||
@brand-danger: #D83D2D;
|
||||
@brand-info: #177BBE;
|
||||
|
||||
// Scaffolding
|
||||
// -------------------------
|
||||
@@ -551,7 +551,7 @@
|
||||
// Breadcrumbs
|
||||
// -------------------------
|
||||
@breadcrumb-bg: lighten(@gray-lighter, 4%);
|
||||
@breadcrumb-color: lighten(@gray-dark, 3%);
|
||||
@breadcrumb-color: @gray-dark;
|
||||
@breadcrumb-active-color: @breadcrumb-color;
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user