forked from rDrama/rDrama
1
0
Fork 0
rDrama/files/assets/events/fistmas/css/frostbite.css

11 lines
177 B
CSS

.frost {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100vh;
box-shadow: 0 0 200px 10px rgba(255, 255, 255, 0.5) inset;
pointer-events: none;
z-index: 1050;
}