summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/highlight/dark.scss
diff options
context:
space:
mode:
authorChristian Höltje <docwhat@gerf.org>2013-06-03 12:34:07 -0400
committerChristian Höltje <docwhat@gerf.org>2013-06-05 11:17:13 -0400
commit15d54b29649652226dc62044680913640be6e407 (patch)
tree3d52c17fdc300e4cd9ccddb499fb6e4d2729f3b9 /app/assets/stylesheets/highlight/dark.scss
parent336750c916498e99505f593067d4eeadccb3c261 (diff)
downloadgitlab-ce-15d54b29649652226dc62044680913640be6e407.tar.gz
design pages now uses the COLOR_SCHEMES
This unifies the code color-scheme code and makes adding new schemes a little easier.
Diffstat (limited to 'app/assets/stylesheets/highlight/dark.scss')
-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 a56c98cc5f1..129d33dcac3 100644
--- a/app/assets/stylesheets/highlight/dark.scss
+++ b/app/assets/stylesheets/highlight/dark.scss
@@ -1,4 +1,4 @@
-.black .highlight {
+.dark .highlight {
background-color: #333;