Light theme: tweaks to background color and table highlight rows, Closes #1119

This commit is contained in:
Torkel Ödegaard 2014-11-21 10:44:37 +01:00
parent 3cde783d1d
commit d1be4e2a90

View File

@ -14,7 +14,7 @@
@grayDark: lighten(#000, 20%); // #333
@gray: lighten(#000, 33.5%); // #555
@grayLight: lighten(#000, 60%); // #999
@grayLighter: lighten(#000, 93.5%); // #eee
@grayLighter: lighten(#000, 97.5%); // #eee
@white: #fff;
@ -53,14 +53,14 @@
// Scaffolding
// -------------------------
@bodyBackground: @grayLighter;
@bodyBackground: #EAEAEA;
@textColor: #666;
// Links
// -------------------------
@linkColor: @textColor;
@linkColorDisabled: lighten(@linkColor,35%);
@linkColor: darken(@textColor, 20%);
@linkColorDisabled: lighten(@linkColor,30%);
@linkColorHover: @blue;