summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/framework/zen.scss
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2016-04-04 11:00:29 +0100
committerPhil Hughes <me@iamphill.com>2016-04-04 11:00:29 +0100
commit51df93607fc5c4ef2cac13a90aaf7450c38fdf4f (patch)
treef46f370abdd805f22c06c452a4a06a5478f6c4d3 /app/assets/stylesheets/framework/zen.scss
parentf62d7d261b6d321400a68fa23daf7eceaba66e05 (diff)
downloadgitlab-ce-51df93607fc5c4ef2cac13a90aaf7450c38fdf4f.tar.gz
SCSS colors into variables
Diffstat (limited to 'app/assets/stylesheets/framework/zen.scss')
-rw-r--r--app/assets/stylesheets/framework/zen.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/assets/stylesheets/framework/zen.scss b/app/assets/stylesheets/framework/zen.scss
index 951d794916b..f870ea0d87f 100644
--- a/app/assets/stylesheets/framework/zen.scss
+++ b/app/assets/stylesheets/framework/zen.scss
@@ -40,7 +40,7 @@
}
.zen-control-full {
- color: #959494;
+ color: $note-toolbar-color;
&:hover {
color: $gl-link-color;
@@ -57,6 +57,6 @@
font-size: 36px;
&:hover {
- color: #111;
+ color: $zen-control-hover-color;
}
}