From 46ec9953943cd3a06000b080d87e214641639b3e Mon Sep 17 00:00:00 2001 From: jacobhartmann Date: Tue, 21 Nov 2017 10:13:31 +0100 Subject: [PATCH] prettier css --- style.tmpl | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/style.tmpl b/style.tmpl index 48b1090..63b4351 100644 --- a/style.tmpl +++ b/style.tmpl @@ -49,6 +49,7 @@ article { } h1 { + color: #97c5e0; text-align: center; padding-top: 30px; } @@ -78,16 +79,18 @@ ul { .tagline{ text-align: center; + color: #97c5e0; } .menu{ display: flex; justify-content: center; padding-bottom: 20px; + color: #35465D; } .menuselect{ - background-color: #687fad; + color: #529ecc; } .menuElement{