Skip to content

Commit a26dcd5

Browse files
authored
Merge pull request #4618 from ClickHouse/Blargian-patch-74716
Style: fix links appearing white in caution block
2 parents 73dcc10 + 0a32d0a commit a26dcd5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/css/custom.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1161,6 +1161,10 @@ button.DocSearch {
11611161
color: black !important;
11621162
}
11631163

1164+
[data-theme='dark'] .alert a {
1165+
color: black !important;
1166+
}
1167+
11641168
.theme-admonition-tip {
11651169
&.alert--warning {
11661170
.alert-icon {

0 commit comments

Comments
 (0)