Files
nathanupchurch.com/public/css/woo-mode.css
2026-04-20 12:07:55 -05:00

13 lines
146 B
CSS

body {
background: none;
}
canvas {
display: block;
opacity: 0.35;
pointer-events: none;
position: fixed;
top: 0;
left: 0;
z-index: -1;
}