Skip to content

Commit

Permalink
add display none for webkit details marker (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
bholmesdev authored Nov 8, 2024
1 parent e2384c9 commit 8e35d7e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/components/RepoCard.astro
Original file line number Diff line number Diff line change
Expand Up @@ -135,3 +135,9 @@ const {
}
}
</script>

<style>
details summary::-webkit-details-marker {
display: none;
}
</style>

0 comments on commit 8e35d7e

Please sign in to comment.