Files
byhaider-homepage-old/src/app/pages/home/home.scss
T
2025-10-06 15:12:13 +02:00

10 lines
264 B
SCSS

main {
img {
filter: drop-shadow(0 0 15px rgb(from var(--primary-color) r g b / 0.1));
mask-image: linear-gradient(to bottom, rgba(0,0,0,1) 60%, rgba(0,0,0,0) 100%);
}
}
.text-gray {
color: rgb(from var(--content-color) r g b / 0.7);
}