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

11 lines
177 B
CSS
Raw Normal View History

2023-07-07 04:12:11 +00:00
.frost {
position: fixed;
top: 0;
left: 0;
width: 100%;
2023-12-01 20:44:34 +00:00
height: 100vh;
2023-12-01 20:27:32 +00:00
box-shadow: 0 0 200px 10px rgba(255, 255, 255, 0.5) inset;
2023-07-07 04:12:11 +00:00
pointer-events: none;
z-index: 1050;
}