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 3a877ad commit 06ccbd7Copy full SHA for 06ccbd7
docs/.vitepress/theme/style/global.css
@@ -57,4 +57,14 @@ kbd:not(.DocSearch-Button-Key) {
57
58
.hide-anchor .header-anchor {
59
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;
70
}
0 commit comments