Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
djcowan authored Sep 12, 2024
1 parent eba5730 commit 3c4a0a5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
color: #131313;
text-align: center;
font-size: calc(50vw * 0.89);
letter-spacing: -3pt;
letter-spacing: -80pt;
transition: all 1s ease-in-out;
}

Expand All @@ -37,6 +37,7 @@
body:hover h1 {
text-decoration: none;
color: #101010;
letter-spacing: -50pt;
transition: all 1s ease-in-out;
text-shadow: 0 0 1px rgba(255, 255, 255, .1);
}
Expand Down

0 comments on commit 3c4a0a5

Please sign in to comment.