Skip to content

Commit b3967a0

Browse files
committed
Fix tooltip styling to match original
- Use exact HSL values instead of @apply for tooltips - background: hsl(0 0% 18%) - color: hsl(0 0% 83%) - border: hsl(0 0% 27%) - Fix caret to match tooltip background
1 parent 6b15a49 commit b3967a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/styles/globals.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ code {
272272
margin-bottom: 3px;
273273
border-width: 5px;
274274
border-style: solid;
275-
border-color: theme(colors.neutral.900) transparent transparent transparent;
275+
border-color: hsl(0 0% 18%) transparent transparent transparent;
276276
z-index: 1000;
277277
pointer-events: none;
278278
}

0 commit comments

Comments
 (0)