Skip to content

Commit

Permalink
Co-authored-by: Allen Lee <[email protected]>
Browse files Browse the repository at this point in the history
Co-authored-by: Rachele Lang <[email protected]>
Co-authored-by: Weston Ludeke <[email protected]>
  • Loading branch information
treskey committed Apr 25, 2024
1 parent 0433dd1 commit 20a9c2b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@ nav a {
transform: scale(0.8);
transition: transform 0.5s;
}

#landing-video a svg:hover {
box-shadow: #272f3f;
transform: scale(0.9);
Expand All @@ -193,8 +194,8 @@ nav a {
width: 100%;
height: 100%;
opacity: 0.3;
background-image: url("../images/stars.png");
background-image: url("../images/stars.avif");
background-image: url("../images/stars.png");
background-blend-mode: overlay;
background-repeat: repeat;
background-position: 50% 0;
Expand Down

0 comments on commit 20a9c2b

Please sign in to comment.