From 80164401e25c099ad7aea1e677d9c0cf06d48ffe Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Tue, 2 Jan 2024 11:41:43 -0800 Subject: [PATCH] chore: gradient updates --- src/assets/styles/index.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/assets/styles/index.css b/src/assets/styles/index.css index 6f112b1e..931d00c9 100644 --- a/src/assets/styles/index.css +++ b/src/assets/styles/index.css @@ -595,7 +595,7 @@ article .now__section--header { } .media__grid .item__cover.gradient { - background-image: linear-gradient(180deg,transparent 0,rgba(0,0,0,.15) 70%,rgba(0,0,0,.5)); + background-image: linear-gradient(180deg,transparent 0,rgba(0,0,0,.15) 70%,rgba(0,0,0,.75)); } .media__grid .item__meta-text { @@ -1079,4 +1079,4 @@ footer nav { .post-graph__progress { background-color: var(--blue-400); } -} \ No newline at end of file +}