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 aef4d8f commit ce8fb50Copy full SHA for ce8fb50
packages/ui-components/styles/markdown.css
@@ -77,14 +77,17 @@ main {
77
78
/* link that isn't inside a heading */
79
a:not(h1 > a):not(h2 > a):not(h3 > a):not(h4 > a):not(h5 > a):not(h6 > a),
80
- .anchor {
+ .anchor,
81
+ a strong,
82
+ strong a,
83
+ p a {
84
@apply max-xs:font-semibold
- text-green-600
- dark:text-green-400;
85
+ !text-green-600
86
+ dark:!text-green-400;
87
88
&:hover {
- @apply text-green-900
- dark:text-green-300;
89
+ @apply !text-green-900
90
+ dark:!text-green-300;
91
}
92
93
&[role='button'] {
0 commit comments