18 lines
222 B
CSS
Raw Normal View History

2024-12-31 15:17:20 -05:00
body{
background-color: rgb(12,18,12);
2024-12-31 15:17:20 -05:00
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
}