Skip to content

Commit

Permalink
feat: style for highlighted-word
Browse files Browse the repository at this point in the history
  • Loading branch information
EATSTEAK committed Dec 4, 2024
1 parent ed18fd3 commit 09ac497
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/styles/prose.css
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,10 @@
&.highlighted {
@apply bg-gray-600 bg-opacity-50;
}

& .highlighted-word {
@apply bg-gray-600 bg-opacity-50 border-white border border-opacity-20 rounded-sm font-bold;
}
}
}

Expand Down

0 comments on commit 09ac497

Please sign in to comment.