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.scss8
1 files changed, 5 insertions, 3 deletions
diff --git a/app/assets/stylesheets/highlight/white.scss b/app/assets/stylesheets/highlight/white.scss
index d6792b37e9c..2a43e9f6b65 100644
--- a/app/assets/stylesheets/highlight/white.scss
+++ b/app/assets/stylesheets/highlight/white.scss
@@ -1,6 +1,8 @@
-.white .lines .highlight {
- background: white;
- pre { color: #333; }
+.white .highlight {
+ pre {
+ background-color: #fff;
+ color: #333;
+ }
.hll { display: block; background-color: $hover }
.c { color: #888888; font-style: italic } /* Comment */