Skip to content

Commit 06ccbd7

Browse files
committed
fix: fix nest block color
1 parent 3a877ad commit 06ccbd7

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docs/.vitepress/theme/style/global.css

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,14 @@ kbd:not(.DocSearch-Button-Key) {
5757

5858
.hide-anchor .header-anchor {
5959
display: none;
60+
}
61+
62+
.dark {
63+
.tip.custom-block > .danger.custom-block {
64+
background-color: #3e2129;
65+
}
66+
}
67+
68+
.tip.custom-block > .danger.custom-block {
69+
background-color: #fde4e8;
6070
}

0 commit comments

Comments
 (0)