Commit 63b36241 authored by Bryce Johnson's avatar Bryce Johnson Committed by Ruben Davila

Fix scss variable refs.

parent 09a61416
...@@ -429,6 +429,7 @@ $help-shortcut-header-color: #333; ...@@ -429,6 +429,7 @@ $help-shortcut-header-color: #333;
*/ */
$issues-today-bg: #f3fff2; $issues-today-bg: #f3fff2;
$issues-today-border: #e1e8d5; $issues-today-border: #e1e8d5;
$compare-display-color: #888;
/* /*
* jQuery UI * jQuery UI
......
...@@ -488,7 +488,7 @@ ...@@ -488,7 +488,7 @@
} }
&:hover svg { &:hover svg {
fill: $gl-gray; fill: $gl-text-color;
} }
} }
...@@ -535,10 +535,10 @@ ...@@ -535,10 +535,10 @@
.compare-display { .compare-display {
font-size: 13px; font-size: 13px;
color: $gl-gray-light; color: $compare-display-color;
.compare-value { .compare-value {
color: $gl-gray; color: $gl-text-color;
} }
} }
} }
......
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