summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/highlight/dark.scss
diff options
context:
space:
mode:
authorStefan Tatschner <stefan@sevenbyte.org>2015-02-18 19:06:58 +0100
committerStefan Tatschner <stefan@sevenbyte.org>2015-02-18 19:10:02 +0100
commit9a5199f00577e759b14e1a2058400105f90e7cf4 (patch)
tree9b2caad926699722018c1d2b5482b2beaff60765 /app/assets/stylesheets/highlight/dark.scss
parent0b8e41aae2d6d64d18d8034e863e72cc832d0b83 (diff)
downloadgitlab-ce-9a5199f00577e759b14e1a2058400105f90e7cf4.tar.gz
Add missing color codes for line anchors, fixes #8628
Diffstat (limited to 'app/assets/stylesheets/highlight/dark.scss')
-rw-r--r--app/assets/stylesheets/highlight/dark.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/assets/stylesheets/highlight/dark.scss b/app/assets/stylesheets/highlight/dark.scss
index 4095d35b05f..fcd4d47bace 100644
--- a/app/assets/stylesheets/highlight/dark.scss
+++ b/app/assets/stylesheets/highlight/dark.scss
@@ -12,6 +12,7 @@
border-left: 1px solid #666;
}
+ // highlight line via anchor
pre.hll {
background-color: #fff !important;
}