From 51b8ee939a9fa87e14f5970eeede38c5764b5bcc Mon Sep 17 00:00:00 2001 From: Matthew Grove Date: Tue, 3 Mar 2020 13:15:21 +0000 Subject: [PATCH] Change parallax background tint --- _site/css/article-list.css | 2 +- css/article-list.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_site/css/article-list.css b/_site/css/article-list.css index 202615c..02dbd78 100644 --- a/_site/css/article-list.css +++ b/_site/css/article-list.css @@ -7,7 +7,7 @@ } .article-section-header, .year-header { - background-color: rgba(24,26,27,0.5); + background-color: rgba(10,10,10,0.6); padding-top: 12px; padding-bottom: 12px; } diff --git a/css/article-list.css b/css/article-list.css index 202615c..02dbd78 100644 --- a/css/article-list.css +++ b/css/article-list.css @@ -7,7 +7,7 @@ } .article-section-header, .year-header { - background-color: rgba(24,26,27,0.5); + background-color: rgba(10,10,10,0.6); padding-top: 12px; padding-bottom: 12px; }