added background
This commit is contained in:
9
src/app/components/dot-background/dot-background.scss
Normal file
9
src/app/components/dot-background/dot-background.scss
Normal file
@@ -0,0 +1,9 @@
|
||||
canvas {
|
||||
position: fixed;
|
||||
inset: 0;
|
||||
z-index: -1;
|
||||
background: #0a0a0f;
|
||||
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
Reference in New Issue
Block a user