From 9b48eea02c674bf54fb3a00799e18d7c2462c145 Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Sun, 16 Feb 2020 19:14:24 +0000 Subject: [PATCH] style updates --- local.css | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/local.css b/local.css index 5ca4495d4..229836047 100644 --- a/local.css +++ b/local.css @@ -1,3 +1,21 @@ +body { + font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif!important + padding-top: 70px; +} + +footer { + padding: 30px 0; +} + +list-group-item.active { + background-color: #4A90E2; +} + +.navbar-default { + background-color: gray-dark; + border-color: #e7e7e7; +} + /* Counter Headings Local */ body { counter-reset : h1; -- 2.30.2