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 +}