Change color of carousel gradient to blend with quicklinks.
Chat gpt prompt: need to update this gradient (see below) to be based on this color ______ (color at the top of the quicklinks)
/*change color of carousel gradient*/
.amplify-media-banner-container .overlay-container {
background: linear-gradient(
180deg,
transparent 0%,
rgba(0, 0, 0, 0.45) 20.85%,
#114566 100%
) !important;
}
Take what it spits out and add to preferences > advanced > sitewide before </head>
See it in action here!
