Skip to content

Commit

Permalink
site: transition key links
Browse files Browse the repository at this point in the history
  • Loading branch information
RoyalIcing committed Jun 18, 2024
1 parent 03403a1 commit eadfb93
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions site/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,7 @@ input { font-size: inherit; }
border: solid 2px currentcolor;
padding: 0.6rem 1rem;
border-radius: 1000px;
transition: all 1s ease-in-out;
}
:root[data-path="/"] h1 + ul a:hover {
color: white;
Expand All @@ -280,6 +281,9 @@ input { font-size: inherit; }
:root[data-path="/"] h1 {
font-size: 3em;
}
:root[data-path="/"] h1 + ul {
margin-bottom: 4rem;
}
}
</style>
Expand Down

0 comments on commit eadfb93

Please sign in to comment.