add a subtle background animation
All checks were successful
Build and Publish Docker Image / build (push) Successful in 4m15s
All checks were successful
Build and Publish Docker Image / build (push) Successful in 4m15s
This commit is contained in:
8
assets/css/custom.css
Normal file
8
assets/css/custom.css
Normal file
@@ -0,0 +1,8 @@
|
||||
#fireflies-canvas {
|
||||
position: fixed;
|
||||
inset: 0;
|
||||
z-index: -1;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
pointer-events: none;
|
||||
}
|
||||
Reference in New Issue
Block a user