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 6093af9 commit 4b710a9Copy full SHA for 4b710a9
apps/site/styles/markdown.css
@@ -93,6 +93,10 @@ main {
93
&:has(code) {
94
@apply max-xs:decoration-neutral-800
95
dark:max-xs:decoration-neutral-200;
96
+
97
+ code {
98
+ @apply text-inherit;
99
+ }
100
}
101
102
apps/site/tailwind.config.ts
@@ -99,6 +99,7 @@ export default {
white: '#FFFFFF',
transparent: 'transparent',
shadow: '#101828',
+ inherit: 'inherit',
103
},
104
fontSize: {
105
xs: ['0.75rem', '1rem'],
0 commit comments