17 lines
218 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;
}
#p-e-1{
background-color: #0C120C;
}
#p-e-2{
background-color: #0C120C;
2024-12-31 15:17:20 -05:00
}