mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
changed background color for infobox and new blues in light theme, light theme now uses blue-dark in panel query (#10211)
This commit is contained in:
committed by
Torkel Ödegaard
parent
9a711a4fc3
commit
c78f1834bd
@@ -31,8 +31,8 @@ $white: #fff;
|
||||
|
||||
// Accent colors
|
||||
// -------------------------
|
||||
$blue: #1ca4d6;
|
||||
$blue-dark: #3CAAD6;
|
||||
$blue: #61c2f2;
|
||||
$blue-dark: #0083b3;
|
||||
$green: #3aa655;
|
||||
$red: #d44939;
|
||||
$yellow: #FF851B;
|
||||
@@ -46,6 +46,8 @@ $brand-success: $green;
|
||||
$brand-warning: $orange;
|
||||
$brand-danger: $red;
|
||||
|
||||
$query-blue: $blue-dark;
|
||||
|
||||
// Status colors
|
||||
// -------------------------
|
||||
$online: #01A64F;
|
||||
@@ -329,8 +331,8 @@ $graph-tooltip-bg: $gray-5;
|
||||
$checkboxImageUrl: '../img/checkbox_white.png';
|
||||
|
||||
// info box
|
||||
// $info-box-background: linear-gradient(135deg, #f1fbff, #d7ebff);
|
||||
$info-box-background: linear-gradient(135deg, $blue, $blue-dark);
|
||||
$info-box-background: linear-gradient(100deg, $blue-dark, darken($blue-dark, 5%));
|
||||
$info-box-color: $gray-7;
|
||||
|
||||
// footer
|
||||
$footer-link-color: $gray-3;
|
||||
|
||||
Reference in New Issue
Block a user