Skip to content

Commit

Permalink
add some css - z-index
Browse files Browse the repository at this point in the history
  • Loading branch information
donsiamese committed Aug 3, 2023
1 parent 7b54e22 commit a009e3c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
--z-index-joystick: 4;
--z-index-header: 5;
--z-index-approutes: 6;
--z-index-side-menu: 7;
--z-index-skip-intro: 8;
--z-index-toggle-sounds: 9;
--z-index-toggle-sounds: 7;
--z-index-side-menu: 8;
--z-index-skip-intro: 9;
--spacer: 1.5em;
--spacer-half: 0.75em;
--spacer-double: 3em;
Expand All @@ -43,7 +43,7 @@
--history: #306fc5;
--dark-blue-rgb: 25, 48, 128;
--dark-blue: rgb(var(--dark-blue-rgb));
--dark-blue-alpha: rgba(25, 48, 128, 0.8);
--dark-blue-alpha: #193080cc;
--pale-yellow: #fef9cb;
--pale-dark-blue: rgb(72, 68, 98);
--light-rose: rgb(241, 103, 161);
Expand Down

0 comments on commit a009e3c

Please sign in to comment.