From d303a05b3e3ddb3d7011496a18528ef8fc25baff Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Wed, 22 Apr 2015 23:43:20 +0200 Subject: [PATCH] Continue redesign MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit New colors. I don’t like it so far, but at least the SASS template is patched up a bit for easier designing later. --- _includes/blog-post.html | 2 +- _layouts/default.html | 2 +- css/style.sass | 24 +++++++++++++++++++++--- 3 files changed, 23 insertions(+), 5 deletions(-) diff --git a/_includes/blog-post.html b/_includes/blog-post.html index 58c12f2..f5c12fc 100644 --- a/_includes/blog-post.html +++ b/_includes/blog-post.html @@ -17,7 +17,7 @@ {% endif %}
- Posted by : {{post.author.name}} + {{post.author.name}}
{{post.date | date: "%b %-d, %Y :: %H:%M"}} diff --git a/_layouts/default.html b/_layouts/default.html index 33d2e32..a5091f9 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -4,7 +4,7 @@ {% include head.html %} -
+
{% include header.html %} {{content}} diff --git a/css/style.sass b/css/style.sass index 0bfe7b0..c9ae5f3 100644 --- a/css/style.sass +++ b/css/style.sass @@ -2,19 +2,37 @@ --- $main-font: sans-serif -$page-background: #ffffff -$content-background: #ffffff -$content-text: #000000 +$page-background: #333333 +$content-background: #f2e5c8 +$content-text: #544240 $header-background: #4d4d4d $header-text: #ffffff $menu-background: #f18137 $menu-text: #ffffff $footer-text: #7f7f7f +$well-background: #cda97d +$link-color: #018cb0 + +h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 + color: $content-text + +a + color: $link-color + +#main-container + background-color: $content-background body background-color: $page-background margin: 0 + .well, .jumbotron + background-color: $well-background + color: $content-text + + small + color: $content-background + #about-well-image img padding-right: 1em