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:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-05-09 12:03:15 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-05-09 12:47:08 +0400
commitb1aaf0d2ac68a6d2e0ec50de13ac30c520c7a3ab (patch)
treea77ce18a2d951da1b1c10518eb547baa7f646945 /app/assets/stylesheets/highlight
parent76d6bc4f82b04931a5f4dfc86af8d98c48e33e82 (diff)
Fix monokai highlight line css
Diffstat (limited to 'app/assets/stylesheets/highlight')
-rw-r--r--app/assets/stylesheets/highlight/monokai.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/highlight/monokai.scss b/app/assets/stylesheets/highlight/monokai.scss
index c196cc1d61c..6d8f740fc09 100644
--- a/app/assets/stylesheets/highlight/monokai.scss
+++ b/app/assets/stylesheets/highlight/monokai.scss
@@ -13,7 +13,7 @@ $monokai-purple: #ae81ff;
color: $monokai-fg;
}
- .hll { background-color: #ffffcc }
+ .hll { background-color: darken($hover, 65%) }
.c { color: $monokai-comment } /* Comment */
.err { color: $monokai-fg } /* Error */
.g { color: $monokai-fg } /* Generic */