mirror of
https://github.com/grafana/grafana.git
synced 2025-01-15 19:22:34 -06:00
Fix blue in dark theme
This commit is contained in:
parent
56726397e3
commit
5f4f559d19
@ -18,7 +18,7 @@ const basicColors = {
|
||||
gray6: '#f4f5f8',
|
||||
gray7: '#fbfbfb',
|
||||
grayBlue: '#212327',
|
||||
blue: '#ff0000',
|
||||
blue: '#33b5e5',
|
||||
blueDark: '#005f81',
|
||||
blueLight: '#00a8e6', // not used in dark theme
|
||||
green: '#299c46',
|
||||
|
@ -51,7 +51,7 @@ $white: #ffffff;
|
||||
|
||||
// Accent colors
|
||||
// -------------------------
|
||||
$blue: #ff0000;
|
||||
$blue: #33b5e5;
|
||||
$green: #299c46;
|
||||
$red: $lobster-base;
|
||||
$yellow: #ecbb13;
|
||||
|
Loading…
Reference in New Issue
Block a user