add a subtle background animation
All checks were successful
Build and Publish Docker Image / build (push) Successful in 4m15s

This commit is contained in:
2026-06-17 20:27:17 -06:00
parent 4209d13ae1
commit 2e1225ea90
3 changed files with 164 additions and 0 deletions

8
assets/css/custom.css Normal file
View File

@@ -0,0 +1,8 @@
#fireflies-canvas {
position: fixed;
inset: 0;
z-index: -1;
width: 100%;
height: 100%;
pointer-events: none;
}