This commit is contained in:
do butterflies cry? 2026-01-31 09:27:48 +10:00
parent 9412c03ad1
commit c4049313d4
7 changed files with 312 additions and 12 deletions

View file

@ -0,0 +1,8 @@
.gl-canvas-bg {
position: fixed;
left: 0;
top: 0;
width: 100%;
height: 100%;
z-index: -1;
}