Move styles to head, lower woo audio
This commit is contained in:
16
_includes/wooModeStyle.njk
Normal file
16
_includes/wooModeStyle.njk
Normal file
@@ -0,0 +1,16 @@
|
||||
<!-- 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 -->
|
||||
Reference in New Issue
Block a user