Skip to content

Commit

Permalink
feat: add rounded to hljs toolbar (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
rezafikkri authored Dec 13, 2024
2 parents c9fff52 + ff12f8d commit 391af81
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions styles/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,8 @@
@apply py-1.5;
@apply pe-1.5;
}

.hljs-toolbar {
@apply rounded-t-lg;
}
}

0 comments on commit 391af81

Please sign in to comment.