Skip to content

Commit

Permalink
wallets: Highlight links on hover.
Browse files Browse the repository at this point in the history
Change color slightly so its easier to see which link you are hovering
over.
  • Loading branch information
jholdstock committed Sep 20, 2023
1 parent 024e03f commit dff5350
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/assets/scss/_wallets.scss
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,14 @@
margin-bottom: 7px;
margin-right: 3px;

a,
a:hover {
a {
color: $white;
opacity: 0.89;
}

a:hover {
opacity: 1.0;
}

&.direct-dl {
background: #FFFFFF1C;
Expand Down

0 comments on commit dff5350

Please sign in to comment.