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:
authorChristian Höltje <docwhat@gerf.org>2013-06-03 20:34:07 +0400
committerChristian Höltje <docwhat@gerf.org>2013-06-05 19:17:13 +0400
commit15d54b29649652226dc62044680913640be6e407 (patch)
tree3d52c17fdc300e4cd9ccddb499fb6e4d2729f3b9 /app/assets/stylesheets/highlight/dark.scss
parent336750c916498e99505f593067d4eeadccb3c261 (diff)
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;