Skip to content

Commit

Permalink
chore: make badges font bold
Browse files Browse the repository at this point in the history
  • Loading branch information
stfsy committed Jan 3, 2022
1 parent 3c5b3c6 commit ca63a2a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions styles/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
@tailwind components;
@tailwind utilities;

.badge {
@apply font-bold;
}

.sidebar-items>li>.sidebar-item-children>li>a.router-link-active.router-link-exact-active.sidebar-item {
@apply text-lg;
}
Expand Down

0 comments on commit ca63a2a

Please sign in to comment.