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:
authorDrew Blessing <drew.blessing@buckle.com>2013-05-15 15:37:16 +0400
committerDrew Blessing <drew.blessing@buckle.com>2013-05-15 15:37:16 +0400
commitc75da470c52cbf5ef10e2259f5e9be9b35bbe4aa (patch)
treef2730c65dc78ba4df3c47c45c255cccad8c8b6d7 /app/assets/stylesheets/highlight/dark.scss
parentdb949b69c14b38cd75185195bb5381473d21d280 (diff)
Add background color to pre, too.
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 02c5d72621c..a56c98cc5f1 100644
--- a/app/assets/stylesheets/highlight/dark.scss
+++ b/app/assets/stylesheets/highlight/dark.scss
@@ -3,6 +3,7 @@
background-color: #333;
pre {
+ background-color: #333;
color: #eee;
}