We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b607ee7 commit 5ac1038Copy full SHA for 5ac1038
dist/tailwind.css
@@ -713,6 +713,10 @@ blockquote {
713
padding-left: 1.0666667em;
714
}
715
716
+blockquote strong {
717
+ font-weight: 700;
718
+}
719
+
720
blockquote p:first-of-type::before {
721
content: open-quote;
722
@@ -1054,10 +1058,6 @@ a code {
1054
1058
color: var(--tw-prose-links);
1055
1059
1056
1060
1057
-mark code {
- color: inherit;
-}
-
1061
strong {
1062
color: var(--tw-prose-bold);
1063
font-weight: 600;
0 commit comments