Strong element changed to font-bold

This commit is contained in:
Jesse Malotaux 2025-03-23 18:23:13 +01:00
parent 22f4fecce2
commit fc22109583

View file

@ -83,3 +83,7 @@ ul {
@apply list-disc @apply list-disc
list-inside; list-inside;
} }
strong {
@apply font-bold;
}