feat: proper injected styles (#164)

This commit is contained in:
Razboy20
2024-03-14 00:10:41 -05:00
committed by GitHub
parent 442be8cbee
commit e919e96c53
15 changed files with 527 additions and 127 deletions

View File

@@ -70,7 +70,7 @@ export default function Description({ course }: DescriptionProps): JSX.Element {
<li key={line}>
<Text
variant='p'
className={clsx({ 'font-bold text-ut-burntorange': isKeywordPresent })}
className={clsx({ 'font-bold! text-ut-burntorange': isKeywordPresent })}
>
{line}
</Text>