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 f7b81d5 commit 6b75ec3Copy full SHA for 6b75ec3
packages/ui/src/styles/typography.css
@@ -103,8 +103,10 @@
103
/* Code blocks - replicated by inspecting shadcn website */
104
pre code,
105
pre code.hljs {
106
- @apply p-0 font-mono bg-secondary/50 rounded-lg p-4 overflow-x-auto text-lg font-mono !important;
107
-
+ @apply p-0 font-mono rounded-lg p-4 overflow-x-auto text-lg font-mono;
+
108
+ /* Override highlight.js background with important */
109
+ background-color: color-mix(in oklab, var(--secondary) 50%, transparent) !important;
110
display: block;
111
font-size: 1rem;
112
font-family: var(--font-mono);
0 commit comments