website/assets/sass/touhou.scss
2025-04-02 13:49:33 -03:00

8 lines
377 B
SCSS

html {
background-color: transparent;
// background-image: linear-gradient( rgba(8, 8, 8, 0.8), rgba(8, 8, 8, 0.8) ), url(/touhou-scores/bg.avif), url(/touhou-scores/bg.jpg);
background-image: linear-gradient( rgba(8, 8, 8, 0.8), rgba(8, 8, 8, 0.8) ), url(/touhou-scores/bg.jpg);
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center;
}