Skip to content

Commit

Permalink
style: add bold global style
Browse files Browse the repository at this point in the history
  • Loading branch information
bennyxguo committed Aug 18, 2023
1 parent ef0a517 commit f90a8d5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/styles/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,10 @@ div::-webkit-scrollbar-track {
background: transparent !important;
}

b {
@apply font-bold text-ob-bright;
}

.highlighted {
@apply border-solid;
border-width: 1px;
Expand Down

0 comments on commit f90a8d5

Please sign in to comment.