From f4057cb28d82912b80f95d4517a2173f884754ee Mon Sep 17 00:00:00 2001 From: Matthew Grove Date: Tue, 3 Mar 2020 17:39:22 +0000 Subject: [PATCH] Adjust background tints --- css/article-list.css | 2 +- css/global.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/css/article-list.css b/css/article-list.css index e63e14e..26f60bd 100644 --- a/css/article-list.css +++ b/css/article-list.css @@ -6,7 +6,7 @@ display: inline; } .article-section-header, .year-header { - background-color: rgba(0,0,0,0.6); + background-color: rgba(0,0,0,0.5); padding-top: 12px; padding-bottom: 12px; } diff --git a/css/global.css b/css/global.css index 4446167..fe83784 100644 --- a/css/global.css +++ b/css/global.css @@ -85,7 +85,7 @@ footer { display: flow-root; } .parallax-section > div:last-child > div { - background-color: rgba(50,50,50,0.9); + background-color: rgba(50,50,50,0.75); background-blend-mode: multiply; }