From 41d26fb1357ed9a1584aade636a1151155b2519f Mon Sep 17 00:00:00 2001 From: Matthew Grove Date: Tue, 29 Dec 2020 21:51:23 +0000 Subject: [PATCH] Fix heirarchy issue Style was overwritten --- _site/assets/css/main.css | 2 +- _site/sitemap.xml | 8 ++++---- assets/css/main.css | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/_site/assets/css/main.css b/_site/assets/css/main.css index 6c7269a..1286ec8 100644 --- a/_site/assets/css/main.css +++ b/_site/assets/css/main.css @@ -2524,7 +2524,7 @@ body { text-decoration: none; } - .header-title { + #header > .logo.header-title { font-weight: 500; } diff --git a/_site/sitemap.xml b/_site/sitemap.xml index 096197d..c0853d6 100644 --- a/_site/sitemap.xml +++ b/_site/sitemap.xml @@ -18,7 +18,7 @@ http://localhost:4000/years/2019 - 2020-12-29T21:44:25+00:00 + 2020-12-29T21:51:04+00:00 monthly 0.5 @@ -42,7 +42,7 @@ http://localhost:4000/years/2020 - 2020-12-29T21:44:25+00:00 + 2020-12-29T21:51:04+00:00 monthly 0.5 @@ -84,7 +84,7 @@ http://localhost:4000/auto-refresh - 2020-12-29T21:44:25+00:00 + 2020-12-29T21:51:04+00:00 monthly 0.5 @@ -105,7 +105,7 @@ http://localhost:4000/ - 2020-12-29T21:44:25+00:00 + 2020-12-29T21:51:04+00:00 monthly 0.5 diff --git a/assets/css/main.css b/assets/css/main.css index 6c7269a..1286ec8 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -2524,7 +2524,7 @@ body { text-decoration: none; } - .header-title { + #header > .logo.header-title { font-weight: 500; }