You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/* TODO: Move second gradient color to css variables */
Currently there is a gradient in the background of the site that fades from the --main-bg-color to a lighter version of that color at the bottom of the page as the user scrolls, but the second color is currently hard-coded. Can we generate this second color purely with CSS, similar to SASS's lighten function, so that we could change it on the fly? https://sass-lang.com/documentation/modules/color/#lighten
The text was updated successfully, but these errors were encountered:
withtheranks-astro/src/styles/main.css
Line 204 in 5772e5e
Currently there is a gradient in the background of the site that fades from the
--main-bg-color
to a lighter version of that color at the bottom of the page as the user scrolls, but the second color is currently hard-coded. Can we generate this second color purely with CSS, similar to SASS'slighten
function, so that we could change it on the fly? https://sass-lang.com/documentation/modules/color/#lightenThe text was updated successfully, but these errors were encountered: