Commit feb222f6 by Patrick O'Carroll

changed variable for tabbed close btn hover, and changed text-strong variable…

changed variable for tabbed close btn hover, and changed text-strong variable for lighttheme, removed commented out variable
parent 6320bdf3
...@@ -59,9 +59,8 @@ $critical: #ec2128; ...@@ -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 @@ ...@@ -43,7 +43,7 @@
font-size: 120%; font-size: 120%;
} }
&:hover { &:hover {
color: $white; color: $text-color-strong;
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment