From ddcf17879bd021ed6a62684048c016d0caa6e09b Mon Sep 17 00:00:00 2001 From: Alexander Langer Date: Sun, 31 Aug 2014 11:52:17 +0200 Subject: [PATCH] Use a picture of mine as logo. --- _data/theme.yml | 4 ++-- _includes/css/screen.css | 2 ++ _includes/sidebar.html | 6 +++++- _layouts/default.html | 1 - logo.png | Bin 6586 -> 63660 bytes 5 files changed, 9 insertions(+), 4 deletions(-) diff --git a/_data/theme.yml b/_data/theme.yml index 5ab7cc45b..975552f0e 100644 --- a/_data/theme.yml +++ b/_data/theme.yml @@ -1,8 +1,8 @@ # Theme customization - please change from the defaults! # Color for top bar, links, etc -highlight_color: '#AC193D' -#highlight_color: '#094AB2' +#highlight_color: '#AC193D' +highlight_color: '#975945' # Profile links on the left sidebar, leave blank to ignore social: diff --git a/_includes/css/screen.css b/_includes/css/screen.css index 7ffb53f9f..a7b2d3e27 100644 --- a/_includes/css/screen.css +++ b/_includes/css/screen.css @@ -185,6 +185,8 @@ nav hr { #logo { margin-bottom: 25px; + width: 100px; + height: 100px; } #stalker { diff --git a/_includes/sidebar.html b/_includes/sidebar.html index bca154f96..d8bbd348d 100644 --- a/_includes/sidebar.html +++ b/_includes/sidebar.html @@ -1,5 +1,9 @@