From d5b127e4565b12025d320fcd9c4ded8e12406e77 Mon Sep 17 00:00:00 2001 From: rottenstonks <92872541+rottenstonks@users.noreply.github.com> Date: Sat, 2 Apr 2022 13:56:18 -0500 Subject: [PATCH 1/6] Update header-custom.html --- _includes/header-custom.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/header-custom.html b/_includes/header-custom.html index 698b870..6d29b8f 100644 --- a/_includes/header-custom.html +++ b/_includes/header-custom.html @@ -15,5 +15,5 @@ Periodical - ATOM Feed + ATOM Feed From 5bf388105b11b7ed4b084a6d2fa24f57e9fe18ce Mon Sep 17 00:00:00 2001 From: rottenstonks <92872541+rottenstonks@users.noreply.github.com> Date: Sat, 2 Apr 2022 13:58:28 -0500 Subject: [PATCH 2/6] Update header-custom.html --- _includes/header-custom.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/header-custom.html b/_includes/header-custom.html index 6d29b8f..54ba1a9 100644 --- a/_includes/header-custom.html +++ b/_includes/header-custom.html @@ -7,7 +7,7 @@
- + ATOM Feed
From 661608cf09a157f6279db110aca93ffbe9ae3d62 Mon Sep 17 00:00:00 2001 From: rottenstonks <92872541+rottenstonks@users.noreply.github.com> Date: Sat, 2 Apr 2022 14:03:07 -0500 Subject: [PATCH 3/6] Update header-custom.html --- _includes/header-custom.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_includes/header-custom.html b/_includes/header-custom.html index 54ba1a9..c4b7e75 100644 --- a/_includes/header-custom.html +++ b/_includes/header-custom.html @@ -7,7 +7,7 @@
- ATOM Feed +
@@ -15,5 +15,5 @@ Periodical
- ATOM Feed + ATOM Feed From 85a03d5bec5557af28d7461003703a24cc0e9203 Mon Sep 17 00:00:00 2001 From: rottenstonks <92872541+rottenstonks@users.noreply.github.com> Date: Sat, 2 Apr 2022 14:05:32 -0500 Subject: [PATCH 4/6] Update header-custom.html --- _includes/header-custom.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_includes/header-custom.html b/_includes/header-custom.html index c4b7e75..f7f5663 100644 --- a/_includes/header-custom.html +++ b/_includes/header-custom.html @@ -7,8 +7,8 @@
- - + +
Weekly From 90a216cb195541375dcf2638ea4ae1265f46cb38 Mon Sep 17 00:00:00 2001 From: rottenstonks <92872541+rottenstonks@users.noreply.github.com> Date: Sat, 2 Apr 2022 14:24:16 -0500 Subject: [PATCH 5/6] Update header-custom.html --- _includes/header-custom.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/_includes/header-custom.html b/_includes/header-custom.html index f7f5663..14a125f 100644 --- a/_includes/header-custom.html +++ b/_includes/header-custom.html @@ -1,4 +1,6 @@ From bfad04a3330c3468d77bea91ed3fe0bf9a7fe678 Mon Sep 17 00:00:00 2001 From: rottenstonks <92872541+rottenstonks@users.noreply.github.com> Date: Sat, 2 Apr 2022 14:25:28 -0500 Subject: [PATCH 6/6] Update main.scss --- css/main.scss | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/css/main.scss b/css/main.scss index d3da684..117a15e 100644 --- a/css/main.scss +++ b/css/main.scss @@ -98,16 +98,23 @@ a { color: var(--head-nav-text-color); } -time.by-line{ +time.by-line { color: var(--table-color); } #menu, #menu::after, -#menu::before{ +#menu::before { background-color: var(--menu-color); } #header img.logo { -margin-left:90px; + margin-left: 122px; +} + +#header img.rss-icon { + float: right; + right: 80px; + top: 13px; + position: relative; }