Files
taco-site/assets/css/custom.css
taco 2e1225ea90
All checks were successful
Build and Publish Docker Image / build (push) Successful in 4m15s
add a subtle background animation
2026-06-17 20:27:17 -06:00

9 lines
123 B
CSS

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