mirror of
https://github.com/grafana/grafana.git
synced 2025-02-20 11:48:34 -06:00
Light theme: tweaks to background color and table highlight rows, Closes #1119
This commit is contained in:
parent
3cde783d1d
commit
d1be4e2a90
@ -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;
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user