Commit 447b4100 authored by James Lopez's avatar James Lopez

fix missing colours

parent e88eeb2b
...@@ -439,7 +439,7 @@ ...@@ -439,7 +439,7 @@
} }
&:hover svg { &:hover svg {
fill: $gl-gray; fill: $gl-text-color;
} }
} }
...@@ -486,10 +486,10 @@ ...@@ -486,10 +486,10 @@
.compare-display { .compare-display {
font-size: 13px; font-size: 13px;
color: $gl-gray-light; color: $gl-text-color-secondary;
.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