forked from rDrama/rDrama
1
0
Fork 0
rDrama/files/assets/events/homoween/css/haunt.css

16 lines
256 B
CSS

#haunted-effect {
position: fixed;
width: 100%;
height: 100%;
pointer-events: none;
}
#haunt-bg {
position: fixed;
background-repeat: no-repeat;
width: 100%;
height: 100%;
pointer-events: none;
background-color: var(--background);
z-index: 0;
}