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 6b15a49 commit 535b249Copy full SHA for 535b249
src/styles/globals.css
@@ -141,7 +141,10 @@ code {
141
transform: translateX(-50%);
142
margin-bottom: 8px;
143
padding: 6px 10px;
144
- @apply bg-neutral-900 text-neutral-300 border border-neutral-700 rounded;
+ background: hsl(0 0% 18%);
145
+ color: hsl(0 0% 83%);
146
+ border: 1px solid hsl(0 0% 27%);
147
+ border-radius: 4px;
148
font-size: 11px;
149
white-space: nowrap;
150
z-index: 1000;
@@ -272,7 +275,7 @@ code {
272
275
margin-bottom: 3px;
273
276
border-width: 5px;
274
277
border-style: solid;
- border-color: theme(colors.neutral.900) transparent transparent transparent;
278
+ border-color: hsl(0 0% 18%) transparent transparent transparent;
279
280
pointer-events: none;
281
}
0 commit comments