2024-12-31 15:17:20 -05:00
|
|
|
body{
|
2025-01-05 11:35:12 -05:00
|
|
|
background-color: rgb(12,18,12);
|
2024-12-31 15:17:20 -05:00
|
|
|
color: #E4FDE1;
|
2024-12-31 16:27:08 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#p-e-canvas{
|
|
|
|
|
position:fixed;
|
|
|
|
|
top: 0;
|
|
|
|
|
left: 0;
|
|
|
|
|
z-index: -1;
|
2025-01-05 08:57:27 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#bevy-canvas1{
|
|
|
|
|
position:fixed;
|
|
|
|
|
top: 0;
|
|
|
|
|
left: 0;
|
|
|
|
|
z-index: -1;
|
2024-12-31 15:17:20 -05:00
|
|
|
}
|