From 78869163dfd8080ab7db97add93d0d494468e2c9 Mon Sep 17 00:00:00 2001 From: Christoffer Martinsson Date: Sat, 27 Oct 2018 13:50:06 +0200 Subject: [PATCH] Updated home --- static/css/custom.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/static/css/custom.css b/static/css/custom.css index 8e54c8d..d3e1ef8 100644 --- a/static/css/custom.css +++ b/static/css/custom.css @@ -1,3 +1,11 @@ +.navbar-header button { + background: #c6c6c6; +} + +.intro > h2 { + font-size: 27px; +} + .intro > h1, .intro > h2 { color: #6c6c6c; }