Skip to content

Commit

Permalink
add random vars
Browse files Browse the repository at this point in the history
  • Loading branch information
RuralAnemone committed Jun 24, 2024
1 parent a06b524 commit ae90dcd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@
--gray: #707e69;
--white: #fcf7f8;

/* random variables; defaults set here */
/* script.js sets these all to Math.random() * unit */
--random-time: .4s;
--random-rotation: 23deg;

/* --header-height: 30vh; */
/* css does not like this being used as a constant, not sure why */
}
Expand Down

0 comments on commit ae90dcd

Please sign in to comment.