Commit 7001c46f authored by Bryce Johnson's avatar Bryce Johnson Committed by Sean McGivern

Fix scss variable refs.

parent 3c3bfbd0
...@@ -439,6 +439,7 @@ $help-shortcut-header-color: #333; ...@@ -439,6 +439,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
......
...@@ -539,7 +539,7 @@ ...@@ -539,7 +539,7 @@
.compare-display { .compare-display {
font-size: 13px; font-size: 13px;
color: $gl-text-color-secondary; color: $compare-display-color;
.compare-value { .compare-value {
color: $gl-text-color; 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