11 lines
136 B
CSS
11 lines
136 B
CSS
body{
|
|
background-color: #0C120C;
|
|
color: #E4FDE1;
|
|
}
|
|
|
|
#p-e-canvas{
|
|
position:fixed;
|
|
top: 0;
|
|
left: 0;
|
|
z-index: -1;
|
|
} |