Skip to content

Commit

Permalink
css optim
Browse files Browse the repository at this point in the history
  • Loading branch information
leanderseige committed Nov 11, 2021
1 parent b395206 commit 2a50a3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/css/menu_background.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
animation-duration: 50s;
animation-iteration-count: infinite;
animation-timing-function: linear;
opacity: .5;
opacity: .75;
z-index:610;
}

Expand All @@ -27,7 +27,7 @@
top:10vh;
width:100vh;
height:100vh;
background-image: linear-gradient(0deg, rgb(0,0,0,0) 0%, rgb(0,0,0,192) 45%, rgb(0,0,0,192) 55%, rgb(0,0,0,0) 100%);
background-image: linear-gradient(0deg, rgb(0,0,0,0) 0%, rgb(0,0,0,192) 40%, rgb(0,0,0,192) 60%, rgb(0,0,0,0) 100%);
animation-name: mm_shadow_kf;
animation-duration: 10s;
animation-iteration-count: infinite;
Expand Down

0 comments on commit 2a50a3a

Please sign in to comment.