From a0b0763a6cef6416ce4b16c23db076d982e62333 Mon Sep 17 00:00:00 2001 From: gianmarco Date: Sun, 29 Jan 2023 16:50:21 +0100 Subject: [PATCH] Removed CSS code that darkened the intro background on certain mobile browsers --- themes/hugo-casper3/assets/scss/main.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/hugo-casper3/assets/scss/main.scss b/themes/hugo-casper3/assets/scss/main.scss index 14fc786..35563df 100644 --- a/themes/hugo-casper3/assets/scss/main.scss +++ b/themes/hugo-casper3/assets/scss/main.scss @@ -363,7 +363,7 @@ body{ .site-header-background:after{ bottom:auto; height:140px; - background:linear-gradient(rgba(0,0,0,.15),transparent) + background:linear-gradient(rgba(0,0,0,0),transparent) } .site-header-background.no-image:after,.site-header-background.no-image:before{ display:none @@ -2442,7 +2442,7 @@ body{ opacity:.9 } .site-header-background:before{ - background:rgba(0,0,0,.6) + background:rgba(0,0,0,0) } .post-feed{ background:#191b1f