Skip to content

Commit 39ffac4

Browse files
committed
Adjust code background in tip blocks
We changed the main background already but we also need to tweak the code background color.
1 parent ea0f891 commit 39ffac4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/.vitepress/theme/custom.css

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
--vp-button-brand-bg: var(--vp-c-brand);
2626

2727
--vp-custom-block-tip-bg: rgb(204 204 204 / 16%);
28+
--vp-custom-block-tip-code-bg: var(--vp-code-bg);
2829

2930
--vp-c-divider: var(--vp-c-bg-soft);
3031
}

0 commit comments

Comments
 (0)