mirror of
https://github.com/pa11y/pa11y-dashboard.git
synced 2025-09-25 06:41:21 +00:00
Changed colours for accessibility
This commit is contained in:
@@ -39,7 +39,7 @@
|
|||||||
font-size:112px;
|
font-size:112px;
|
||||||
line-height:97px;
|
line-height:97px;
|
||||||
font-weight:bold;
|
font-weight:bold;
|
||||||
color:lighten(@gray-light, 5%);
|
color:@gray-light;
|
||||||
}
|
}
|
||||||
.floated-list li {
|
.floated-list li {
|
||||||
float:left;
|
float:left;
|
||||||
|
@@ -10,16 +10,16 @@
|
|||||||
// -------------------------
|
// -------------------------
|
||||||
|
|
||||||
@gray-darker: lighten(#000, 13.5%); // #222
|
@gray-darker: lighten(#000, 13.5%); // #222
|
||||||
@gray-dark: #7b8a8b;
|
@gray-dark: #616D6E;
|
||||||
@gray: #95a5a6;
|
@gray: #6C7878;
|
||||||
@gray-light: #b4bcc2;
|
@gray-light: #7C8C8D;
|
||||||
@gray-lighter: #ecf0f1;
|
@gray-lighter: #ecf0f1;
|
||||||
|
|
||||||
// Brand colors
|
// Brand colors
|
||||||
// -------------------------
|
// -------------------------
|
||||||
|
|
||||||
@brand-primary: #2C3E50;
|
@brand-primary: #2C3E50;
|
||||||
@brand-success: #18BC9C;
|
@brand-success: #00A18C;
|
||||||
@brand-warning: #F39C12;
|
@brand-warning: #F39C12;
|
||||||
@brand-danger: #E74C3C;
|
@brand-danger: #E74C3C;
|
||||||
@brand-info: #3498DB;
|
@brand-info: #3498DB;
|
||||||
@@ -550,9 +550,9 @@
|
|||||||
|
|
||||||
// Breadcrumbs
|
// Breadcrumbs
|
||||||
// -------------------------
|
// -------------------------
|
||||||
@breadcrumb-bg: @gray-lighter;
|
@breadcrumb-bg: lighten(@gray-lighter, 4%);
|
||||||
@breadcrumb-color: #ccc;
|
@breadcrumb-color: lighten(@gray-dark, 3%);
|
||||||
@breadcrumb-active-color: @gray;
|
@breadcrumb-active-color: @breadcrumb-color;
|
||||||
|
|
||||||
|
|
||||||
// Carousel
|
// Carousel
|
||||||
|
Reference in New Issue
Block a user