Skip to content

Commit

Permalink
Merge branch 'next' into kiosk-mode
Browse files Browse the repository at this point in the history
  • Loading branch information
atjn authored Dec 12, 2024
2 parents 85bcad3 + fa8e769 commit f8aede7
Show file tree
Hide file tree
Showing 5 changed files with 381 additions and 463 deletions.
22 changes: 10 additions & 12 deletions stregsystem/static/stregsystem/themes/fireworks/fireworks.css
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
html, body {
margin: 0;
width: 100%;
height: 100%;
color: white;
:root {
color-scheme: dark;
background-color: black;
}

#rocket {
display: none;
}
#fireworks-container {
z-index: -100;

canvas {
position: absolute;
top: 0;
left: 0;
& canvas,
& div {
position: absolute;
inset: 0;
}
}
Loading

0 comments on commit f8aede7

Please sign in to comment.