Make CSS modular

This commit is contained in:
2026-04-20 12:07:55 -05:00
parent 0cec181ec3
commit 874ec4c434
19 changed files with 734 additions and 1 deletions

12
public/css/woo-mode.css Normal file
View File

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