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-01 16:41:22 +0300
committerAchilleas Pipinellis <axilleas@axilleas.me>2017-09-01 16:41:22 +0300
commit9114abc3cd176b443ad38bd3bbbb3bde3a0fbddc (patch)
tree7019b97714e9d335a1039d85beb8dd0228b79038 /content
parent2450d80ef2d0aa0a98bce033cf386efeae7dff8a (diff)
Change bg color and round corners
Diffstat (limited to 'content')
-rw-r--r--content/assets/stylesheets/_variables.scss8
-rw-r--r--content/assets/stylesheets/stylesheet.scss3
2 files changed, 4 insertions, 7 deletions
diff --git a/content/assets/stylesheets/_variables.scss b/content/assets/stylesheets/_variables.scss
index 7acfc416..c4756ab3 100644
--- a/content/assets/stylesheets/_variables.scss
+++ b/content/assets/stylesheets/_variables.scss
@@ -18,12 +18,10 @@ $code-color: #c7254e;
$code-background-color: #f9f2f4;
// Home page colors
-$landing-background: #f9f9f9;
-$landing-header-background: #34373c;
+$landing-background: #34373c;
$topic-border: rgb(215, 215, 215);
-$topic-ce-header-color: rgb(1, 120, 85);
-$topic-ee-header-color: rgb(9, 96, 153);
-$topic-omnibus-header-color: rgb(107, 79, 187);
+$topic-ee-header-color: rgb(107, 79, 187);
+$topic-omnibus-header-color: rgb(9, 96, 153);
$topic-runner-header-color: rgb(203, 88, 15);
// Other colors
diff --git a/content/assets/stylesheets/stylesheet.scss b/content/assets/stylesheets/stylesheet.scss
index 69c677b5..f5685f07 100644
--- a/content/assets/stylesheets/stylesheet.scss
+++ b/content/assets/stylesheets/stylesheet.scss
@@ -398,7 +398,6 @@ h6 {
.landing-header {
padding: 55px 0 150px;
- background-color: $landing-header-background;
text-align: center;
color: $white;
margin-bottom: -50px;
@@ -459,7 +458,7 @@ h6 {
li {
display: inline-block;
background-color: $white;
- border: 1px solid $topic-border;
+ border-radius: 2px;
margin: 10px 10px 50px;
flex: 1 0 270px;
min-width: 270px;