18 lines
216 B
CSS
Raw Normal View History

2024-12-31 15:17:20 -05:00
body{
background-color: #0C120C;
color: #E4FDE1;
}
#p-e-canvas{
position:fixed;
top: 0;
left: 0;
z-index: -1;
}
#bevy-canvas1{
position:fixed;
top: 0;
left: 0;
z-index: -1;
2024-12-31 15:17:20 -05:00
}