Skip to content

Commit 5ac1038

Browse files
committed
Increase font weight for strong tags in blockquotes
1 parent b607ee7 commit 5ac1038

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

dist/tailwind.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -713,6 +713,10 @@ blockquote {
713713
padding-left: 1.0666667em;
714714
}
715715

716+
blockquote strong {
717+
font-weight: 700;
718+
}
719+
716720
blockquote p:first-of-type::before {
717721
content: open-quote;
718722
}
@@ -1054,10 +1058,6 @@ a code {
10541058
color: var(--tw-prose-links);
10551059
}
10561060

1057-
mark code {
1058-
color: inherit;
1059-
}
1060-
10611061
strong {
10621062
color: var(--tw-prose-bold);
10631063
font-weight: 600;

0 commit comments

Comments
 (0)