Files
2026-01-15 22:24:06 +03:00

9 lines
203 B
SCSS
Executable File

img {
max-width: 100%;
}
#wrapper {
>.bg {
background-image: url('../../images/overlay.png'), linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url("../../"+ $backgroundPath);
}
}