changed variable for tabbed close btn hover, and changed text-strong variable for lighttheme, removed commented out variable

This commit is contained in:
Patrick O'Carroll 2018-04-03 09:53:14 +02:00
parent 6320bdf393
commit feb222f633
2 changed files with 2 additions and 3 deletions

View File

@ -59,9 +59,8 @@ $critical: #ec2128;
$body-bg: $gray-7;
$page-bg: $gray-7;
$body-color: $gray-1;
//$text-color: $dark-4;
$text-color: $gray-1;
$text-color-strong: $white;
$text-color-strong: $dark-2;
$text-color-weak: $gray-2;
$text-color-faint: $gray-4;
$text-color-emphasis: $dark-5;

View File

@ -43,7 +43,7 @@
font-size: 120%;
}
&:hover {
color: $white;
color: $text-color-strong;
}
}