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;
line-height:97px;
font-weight:bold;
color:lighten(@gray-light, 5%);
color:@gray-light;
}
.floated-list li {
float:left;

View File

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