Commit d1be4e2a by Torkel Ödegaard

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

parent 3cde783d
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
@grayDark: lighten(#000, 20%); // #333 @grayDark: lighten(#000, 20%); // #333
@gray: lighten(#000, 33.5%); // #555 @gray: lighten(#000, 33.5%); // #555
@grayLight: lighten(#000, 60%); // #999 @grayLight: lighten(#000, 60%); // #999
@grayLighter: lighten(#000, 93.5%); // #eee @grayLighter: lighten(#000, 97.5%); // #eee
@white: #fff; @white: #fff;
...@@ -53,14 +53,14 @@ ...@@ -53,14 +53,14 @@
// Scaffolding // Scaffolding
// ------------------------- // -------------------------
@bodyBackground: @grayLighter; @bodyBackground: #EAEAEA;
@textColor: #666; @textColor: #666;
// Links // Links
// ------------------------- // -------------------------
@linkColor: @textColor; @linkColor: darken(@textColor, 20%);
@linkColorDisabled: lighten(@linkColor,35%); @linkColorDisabled: lighten(@linkColor,30%);
@linkColorHover: @blue; @linkColorHover: @blue;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment