17 lines
224 B
Plaintext
17 lines
224 B
Plaintext
<!-- Woo mode style -->
|
|
<style>
|
|
body {
|
|
background: none;
|
|
}
|
|
canvas {
|
|
display: block;
|
|
opacity: .35;
|
|
pointer-events: none;
|
|
position: fixed;
|
|
top: 0;
|
|
left: 0;
|
|
z-index: -1;
|
|
}
|
|
</style>
|
|
<!-- / Woo mode style -->
|