Skip to content

Commit 7254da7

Browse files
committed
Better source bg in tooltips
1 parent 2e97fd8 commit 7254da7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/css/code/syntax.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ code a:active .tooltip-trigger.tooltip_show .tooltip {
6767
padding: 0 0.25rem;
6868
border-radius: var(--border-radius-base);
6969
line-height: 1.4;
70-
background: var(--color-gray-2);
70+
background: var(--color-tooltip-source-bg);
7171
}
7272

7373
.tooltip-trigger:has(> .syntax-help) .tooltip-bubble {

0 commit comments

Comments
 (0)