Make CSS modular
This commit is contained in:
12
public/css/woo-mode.css
Normal file
12
public/css/woo-mode.css
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user