Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axilleas@axilleas.me>2017-09-08 18:11:16 +0300
committerAchilleas Pipinellis <axilleas@axilleas.me>2017-09-08 18:11:16 +0300
commit63ac39988f6b869c99bdf488450f504259bedfbc (patch)
tree628d73deef3aa26d0a55302286740d610d0640a9 /content
parent4f4e1e060c9b396203bb5485a768c15e801d32da (diff)
Bring back the background color
Diffstat (limited to 'content')
-rw-r--r--content/assets/stylesheets/stylesheet.scss2
1 files changed, 2 insertions, 0 deletions
diff --git a/content/assets/stylesheets/stylesheet.scss b/content/assets/stylesheets/stylesheet.scss
index d956337b..271f4bcf 100644
--- a/content/assets/stylesheets/stylesheet.scss
+++ b/content/assets/stylesheets/stylesheet.scss
@@ -159,6 +159,8 @@ h6 {
position: relative;
width: auto;
max-width: 900px;
+ box-shadow: 0 3px 3px $main-box-shadow;
+ background: $main-background-color;
a {
text-decoration: none;