mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
parent
78ef1719e2
commit
9b39dbc2fb
@ -65,7 +65,7 @@ const lightTheme: GrafanaTheme = {
|
|||||||
text: basicColors.gray1,
|
text: basicColors.gray1,
|
||||||
textStrong: basicColors.dark2,
|
textStrong: basicColors.dark2,
|
||||||
textWeak: basicColors.gray2,
|
textWeak: basicColors.gray2,
|
||||||
textEmphasis: basicColors.gray5,
|
textEmphasis: basicColors.dark5,
|
||||||
textFaint: basicColors.dark4,
|
textFaint: basicColors.dark4,
|
||||||
link: basicColors.gray1,
|
link: basicColors.gray1,
|
||||||
linkDisabled: new tinycolor(basicColors.gray1).lighten(30).toString(),
|
linkDisabled: new tinycolor(basicColors.gray1).lighten(30).toString(),
|
||||||
|
@ -76,7 +76,7 @@ $text-color: #52545c;
|
|||||||
$text-color-strong: #41444b;
|
$text-color-strong: #41444b;
|
||||||
$text-color-weak: #767980;
|
$text-color-weak: #767980;
|
||||||
$text-color-faint: #35373f;
|
$text-color-faint: #35373f;
|
||||||
$text-color-emphasis: #dde4ed;
|
$text-color-emphasis: #41444b;
|
||||||
|
|
||||||
$text-shadow-faint: none;
|
$text-shadow-faint: none;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user