summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/framework
diff options
context:
space:
mode:
authorEric Eastwood <contact@ericeastwood.com>2017-08-24 20:28:44 -0500
committerEric Eastwood <contact@ericeastwood.com>2017-08-25 11:00:49 -0500
commite85362d5fff886df3118630cbdc46e469322fbeb (patch)
tree37e3253dffde0b90b7e10195072d4dab7daba314 /app/assets/stylesheets/framework
parent24244d03b55bc7732b3362bab1e1cc7e04c2dabf (diff)
downloadgitlab-ce-e85362d5fff886df3118630cbdc46e469322fbeb.tar.gz
Update and fix resolvable note icons for easier recognition36582-fix-note-resolved-icon
Diffstat (limited to 'app/assets/stylesheets/framework')
-rw-r--r--app/assets/stylesheets/framework/variables.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/variables.scss b/app/assets/stylesheets/framework/variables.scss
index 8a2e64f7bf5..26920869bec 100644
--- a/app/assets/stylesheets/framework/variables.scss
+++ b/app/assets/stylesheets/framework/variables.scss
@@ -120,6 +120,7 @@ $gl-text-color-quaternary: #d6d6d6;
$gl-text-color-inverted: rgba(255, 255, 255, 1.0);
$gl-text-color-secondary-inverted: rgba(255, 255, 255, .85);
$gl-text-green: $green-600;
+$gl-text-green-hover: $green-700;
$gl-text-red: $red-500;
$gl-text-orange: $orange-600;
$gl-link-color: $blue-600;