Skip to content

Commit

Permalink
rounded github button to match other components
Browse files Browse the repository at this point in the history
  • Loading branch information
zoey-kaiser committed Jul 12, 2024
1 parent 2e34b55 commit d1e87d6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/.vitepress/theme/components/GithubStarsButton.vue
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ onMounted(fetchCount)
gap: 5px;
padding: 3px 10px;
border-radius: 0.25em;
border-radius: 8px;
border-bottom-right-radius: 0;
border-top-right-radius: 0;
float: left;
Expand All @@ -81,9 +81,9 @@ onMounted(fetchCount)
}
.Count {
border-bottom-right-radius: 3px;
border-bottom-right-radius: 8px;
border-left: 0;
border-top-right-radius: 3px;
border-top-right-radius: 8px;
float: left;
padding: 3px 10px;
vertical-align: middle;
Expand Down

0 comments on commit d1e87d6

Please sign in to comment.