forked from external-repos/pa11y-dashboard
Changed colours for accessibility
This commit is contained in:
@@ -10,16 +10,16 @@
|
||||
// -------------------------
|
||||
|
||||
@gray-darker: lighten(#000, 13.5%); // #222
|
||||
@gray-dark: #7b8a8b;
|
||||
@gray: #95a5a6;
|
||||
@gray-light: #b4bcc2;
|
||||
@gray-dark: #616D6E;
|
||||
@gray: #6C7878;
|
||||
@gray-light: #7C8C8D;
|
||||
@gray-lighter: #ecf0f1;
|
||||
|
||||
// Brand colors
|
||||
// -------------------------
|
||||
|
||||
@brand-primary: #2C3E50;
|
||||
@brand-success: #18BC9C;
|
||||
@brand-success: #00A18C;
|
||||
@brand-warning: #F39C12;
|
||||
@brand-danger: #E74C3C;
|
||||
@brand-info: #3498DB;
|
||||
@@ -550,9 +550,9 @@
|
||||
|
||||
// Breadcrumbs
|
||||
// -------------------------
|
||||
@breadcrumb-bg: @gray-lighter;
|
||||
@breadcrumb-color: #ccc;
|
||||
@breadcrumb-active-color: @gray;
|
||||
@breadcrumb-bg: lighten(@gray-lighter, 4%);
|
||||
@breadcrumb-color: lighten(@gray-dark, 3%);
|
||||
@breadcrumb-active-color: @breadcrumb-color;
|
||||
|
||||
|
||||
// Carousel
|
||||
|
Reference in New Issue
Block a user