Skip to content

Commit

Permalink
site: transparent white on hover
Browse files Browse the repository at this point in the history
  • Loading branch information
RoyalIcing committed Jun 18, 2024
1 parent f1acd6f commit 12fce60
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions site/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,8 @@ input { font-size: inherit; }
}
:root[data-path="/"] h1 + ul a:hover {
color: white;
text-decoration: none;
background: rgba(1.0 1.0 1.0 / 0.1)
}
@media (min-width: 900px) {
Expand Down

0 comments on commit 12fce60

Please sign in to comment.