From 775045fc866a4fa71da83b78810f0e55933ecdbb Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Sun, 21 Dec 2014 13:02:02 -0800 Subject: [PATCH] Tweaked css --- _config.yml | 2 +- sass/oscailte/homepage/_hero_unit.scss | 20 ++++++++++---------- source/_includes/custom/navigation.html | 2 +- source/_includes/site/hero_unit.html | 2 +- 4 files changed, 13 insertions(+), 13 deletions(-) diff --git a/_config.yml b/_config.yml index 19c6db446e4..26958d99f63 100644 --- a/_config.yml +++ b/_config.yml @@ -43,7 +43,7 @@ rdiscount: highlighter: pygments # default python pygments have been replaced by pygments.rb paginate: 10 # Posts per page on the blog index -paginate_path: "posts/:num" # Directory base for pagination URLs eg. /posts/2/ +paginate_path: "blog/posts/:num" # Directory base for pagination URLs eg. /posts/2/ recent_posts: 5 # Posts in the sidebar Recent Posts section excerpt_link: "Read on →" # "Continue reading" link text at the bottom of excerpted articles excerpt_separator: "" diff --git a/sass/oscailte/homepage/_hero_unit.scss b/sass/oscailte/homepage/_hero_unit.scss index 469c057a3d9..80b406f1325 100644 --- a/sass/oscailte/homepage/_hero_unit.scss +++ b/sass/oscailte/homepage/_hero_unit.scss @@ -1,5 +1,5 @@ .hero { - background-color: $grayDarker; + background-color: rgb(11, 107, 148); background-position: 0 50%; -webkit-background-size: cover; -moz-background-size: cover; @@ -13,15 +13,15 @@ padding: 50px 0; position: relative; - &::before { - background: url("../images/matrix.png") 0 0 rgba(0, 0, 0, 0.35); - box-shadow: inset 0 0 5px $black; - content: ""; - display: block; - position: absolute; - top: 0; right: 0; bottom: 0; left: 0; - z-index: 5; - } + // &::before { + // background: url("../images/matrix.png") 0 0 rgba(0, 0, 0, 0.35); + // box-shadow: inset 0 0 5px $black; + // content: ""; + // display: block; + // position: absolute; + // top: 0; right: 0; bottom: 0; left: 0; + // z-index: 5; + // } > .grid-wrapper { position: relative; diff --git a/source/_includes/custom/navigation.html b/source/_includes/custom/navigation.html index 08654378117..c864fdff405 100644 --- a/source/_includes/custom/navigation.html +++ b/source/_includes/custom/navigation.html @@ -2,6 +2,6 @@
  • Getting started
  • Architecture
  • Contributing
  • -
  • Blog
  • +
  • Blog
  • Need help?
  • \ No newline at end of file diff --git a/source/_includes/site/hero_unit.html b/source/_includes/site/hero_unit.html index f51eb9f9bdc..f04b1cb19a3 100644 --- a/source/_includes/site/hero_unit.html +++ b/source/_includes/site/hero_unit.html @@ -1,4 +1,4 @@ -
    +