mirror of
https://github.com/grafana/grafana.git
synced 2025-08-06 20:59:35 +08:00
changed variable for tabbed close btn hover, and changed text-strong variable for lighttheme, removed commented out variable
This commit is contained in:
@ -59,9 +59,8 @@ $critical: #ec2128;
|
|||||||
$body-bg: $gray-7;
|
$body-bg: $gray-7;
|
||||||
$page-bg: $gray-7;
|
$page-bg: $gray-7;
|
||||||
$body-color: $gray-1;
|
$body-color: $gray-1;
|
||||||
//$text-color: $dark-4;
|
|
||||||
$text-color: $gray-1;
|
$text-color: $gray-1;
|
||||||
$text-color-strong: $white;
|
$text-color-strong: $dark-2;
|
||||||
$text-color-weak: $gray-2;
|
$text-color-weak: $gray-2;
|
||||||
$text-color-faint: $gray-4;
|
$text-color-faint: $gray-4;
|
||||||
$text-color-emphasis: $dark-5;
|
$text-color-emphasis: $dark-5;
|
||||||
|
@ -43,7 +43,7 @@
|
|||||||
font-size: 120%;
|
font-size: 120%;
|
||||||
}
|
}
|
||||||
&:hover {
|
&:hover {
|
||||||
color: $white;
|
color: $text-color-strong;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user