From 412164bcd84973853ed3f5ee2eed0a3f456c4f8e Mon Sep 17 00:00:00 2001 From: Ariejan de Vroom Date: Thu, 11 Jun 2015 11:59:03 +0200 Subject: [PATCH] Update css / about --- content/about.md | 23 +++++++++++++++---- .../outerspace/layouts/partials/header.html | 4 +++- themes/outerspace/static/css/outerspace.css | 5 +--- 3 files changed, 22 insertions(+), 10 deletions(-) diff --git a/content/about.md b/content/about.md index d396aeb..26dd6b4 100644 --- a/content/about.md +++ b/content/about.md @@ -12,11 +12,24 @@ play the piano and experiment with electronics. This site is static HTML, generated by [Hugo][11]. The theme and content are copyrighted, so there's no public code. [11]: http://gohugo.io/ diff --git a/themes/outerspace/layouts/partials/header.html b/themes/outerspace/layouts/partials/header.html index e1080e9..a1f2f9e 100644 --- a/themes/outerspace/layouts/partials/header.html +++ b/themes/outerspace/layouts/partials/header.html @@ -13,6 +13,9 @@ + + + @@ -26,7 +29,6 @@ - diff --git a/themes/outerspace/static/css/outerspace.css b/themes/outerspace/static/css/outerspace.css index 2490c3a..f61e605 100644 --- a/themes/outerspace/static/css/outerspace.css +++ b/themes/outerspace/static/css/outerspace.css @@ -226,14 +226,11 @@ ul#social { } ul#social li { - font-size: 1.4em; list-style: none; - padding: 0 0.2em; - display: inline-block; } ul#social li a { - color: #696969; + color: #333; } .body ul#social {