Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2017-02-23 12:36:21 +0300
committerPhil Hughes <me@iamphill.com>2017-02-27 13:08:02 +0300
commitfaf5bc0eafd6d77cdd924bbf5d2e93ce18d3a62a (patch)
tree1702f0f24e7122dc4c0c6cea0da92884b3761885 /app/assets/stylesheets/highlight
parent901f43990504c7e077b7d3bc6f05eb6260c2a4e2 (diff)
Changed dark hover background
Diffstat (limited to 'app/assets/stylesheets/highlight')
-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;