Skip to content

Commit

Permalink
Improve fireworks theme (#538)
Browse files Browse the repository at this point in the history
* Improve fireworks theme

* Call rAF on window
  • Loading branch information
atjn authored Dec 11, 2024
1 parent 0f9cec5 commit fa8e769
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 fa8e769

Please sign in to comment.