Skip to content

Commit

Permalink
Remove underline from anchor tag on hexpansion description
Browse files Browse the repository at this point in the history
  • Loading branch information
trickeydan committed Jun 5, 2024
1 parent fa23ebe commit 3288c95
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/Hexpansion.astro
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,11 @@ const image_url = image_url_prop
h3 {
color: #eee;
text-decoration: none;
margin: 0.5em 0;
}
a {
color: #aaa;
text-decoration: none;
}
img {
width: 95%;
Expand Down

0 comments on commit 3288c95

Please sign in to comment.