Skip to content

Commit

Permalink
remove tag underline
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewDTR committed Oct 20, 2024
1 parent 18cbcb9 commit 3271195
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/layouts/Blog.astro
Original file line number Diff line number Diff line change
Expand Up @@ -91,5 +91,9 @@ const imgLink = `${Astro.site.origin}/og${Astro.url.pathname.replace(/\/$/, "")}
border: 1px solid #f0e7d8;
padding: 5px;
}

.tags a {
text-decoration: none;
}
</style>
</BaseLayout>

0 comments on commit 3271195

Please sign in to comment.