From 6591698191c756666bed1d06f4e84d68de3dcf44 Mon Sep 17 00:00:00 2001 From: Marcus Pearce Date: Mon, 24 Feb 2025 20:40:33 +0000 Subject: [PATCH] Update home page --- _includes/header.html | 2 +- _sass/main.scss | 8 +++++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/_includes/header.html b/_includes/header.html index 98bcff7..8e06d8e 100755 --- a/_includes/header.html +++ b/_includes/header.html @@ -7,7 +7,7 @@ diff --git a/_sass/main.scss b/_sass/main.scss index e0c615f..56081de 100755 --- a/_sass/main.scss +++ b/_sass/main.scss @@ -37,7 +37,7 @@ html { body { background: $backgroundColor; - color: $dark-gray; // $bodyColor; + color: $gray; // $bodyColor; font-size: small; font-family: $bodyFont; text-align: left; @@ -80,6 +80,12 @@ li:not(:last-child) { font-weight: 300; } +.title-nav { + font-family: 'Open Sans', sans-serif; + font-weight: 300; + margin-bottom: 0; +} + /* Side bar on main page */ .author__urls-wrapper {