summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2017-02-23 09:36:21 +0000
committerPhil Hughes <me@iamphill.com>2017-02-27 10:08:02 +0000
commitfaf5bc0eafd6d77cdd924bbf5d2e93ce18d3a62a (patch)
tree1702f0f24e7122dc4c0c6cea0da92884b3761885
parent901f43990504c7e077b7d3bc6f05eb6260c2a4e2 (diff)
downloadgitlab-ce-faf5bc0eafd6d77cdd924bbf5d2e93ce18d3a62a.tar.gz
Changed dark hover background
-rw-r--r--app/assets/stylesheets/highlight/dark.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/highlight/dark.scss b/app/assets/stylesheets/highlight/dark.scss
index db6c99ff8d3..ca818ddbcfe 100644
--- a/app/assets/stylesheets/highlight/dark.scss
+++ b/app/assets/stylesheets/highlight/dark.scss
@@ -20,7 +20,7 @@ $dark-highlight-bg: #ffe792;
$dark-highlight-color: $black;
$dark-pre-hll-bg: #373b41;
$dark-hll-bg: #373b41;
-$dark-over-bg: #ded7fc;
+$dark-over-bg: #9f9ab5;
$dark-c: #969896;
$dark-err: #c66;
$dark-k: #b294bb;