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:
Diffstat (limited to 'app/assets/stylesheets/highlight/white.scss')
-rw-r--r--app/assets/stylesheets/highlight/white.scss6
1 files changed, 5 insertions, 1 deletions
diff --git a/app/assets/stylesheets/highlight/white.scss b/app/assets/stylesheets/highlight/white.scss
index 7eec3da94d5..880387a3483 100644
--- a/app/assets/stylesheets/highlight/white.scss
+++ b/app/assets/stylesheets/highlight/white.scss
@@ -1,6 +1,10 @@
.white {
background-color: #fff;
+ .line.hll {
+ background: #FFA;
+ }
+
.highlight{
border-left: 1px solid #eee;
}
@@ -19,7 +23,7 @@
}
.hljs {
- display: block; padding: 0.5em;
+ display: block;
background: #fff; color: black;
}