10 lines
114 B
SCSS
10 lines
114 B
SCSS
canvas {
|
|
position: fixed;
|
|
inset: 0;
|
|
z-index: -1;
|
|
background: #0a0a0f;
|
|
|
|
width: 100vw;
|
|
height: 100vh;
|
|
}
|