Skip to content

Commit 5835d96

Browse files
authored
Merge pull request #4598 from ClickHouse/Blargian-patch-56426
Styling: lighter background for yellow caution block
2 parents 498affa + 7cbef13 commit 5835d96

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/css/custom.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ body {
135135

136136
[data-theme='dark'] .theme-admonition-tip.alert--success .alert-content {
137137
background-color: rgba(255,255,255,0.1);
138+
138139
}
139140

140141
[data-theme='dark'] .DocSearch-Hit-source {
@@ -1149,6 +1150,10 @@ button.DocSearch {
11491150

11501151
.alert-content {
11511152
background: var(--click-color-warning-background) !important;
1153+
1154+
code {
1155+
background: #bfbfbf !important;
1156+
}
11521157
}
11531158
}
11541159

0 commit comments

Comments
 (0)