Changed colours for accessibility

This commit is contained in:
perryharlock
2013-09-27 16:57:03 +01:00
parent abd9bd4081
commit fcbff8de88
2 changed files with 8 additions and 8 deletions

View File

@@ -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;

View File

@@ -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