From 8e932e5db6bd2c4cd128162fc0e8475a37d21d5c Mon Sep 17 00:00:00 2001 From: gchure Date: Tue, 2 Jan 2024 11:36:13 -0800 Subject: [PATCH] Fixing styling --- _config.yml | 6 +++--- _sass/_general.scss | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/_config.yml b/_config.yml index 4f88e8f..b613d8b 100644 --- a/_config.yml +++ b/_config.yml @@ -29,9 +29,9 @@ google_analytics: "" # Site navigation - each item must have a title and a url. navigation: - text: Home - url: / + url: fermentation_products/ - text: Estimated FP Excretion Explorer - url: fermentation_products/study-explorer/ + url: fermentation_products/study-explorer # - text: Style Guide # url: /style-guide/ # - text: Tags @@ -43,7 +43,7 @@ navigation: # disqus: justgoodthemes # Colors -accent_color: '#3373ba' # '#FFF' +accent_color: '#FFF' # Site footer footer: diff --git a/_sass/_general.scss b/_sass/_general.scss index 2019974..c00296d 100644 --- a/_sass/_general.scss +++ b/_sass/_general.scss @@ -30,7 +30,7 @@ body { } a { - color: _palette(accent); + color: #3373ba; text-decoration: none; -webkit-transition: color .3s ease; transition: color .3s ease;