Skip to content

Commit 1119ef2

Browse files
authored
Merge pull request #4635 from Blargian/fix_styling_issue
Styling: fix white link on background styling issue
2 parents 928232a + 393a99a commit 1119ef2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/css/custom.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1159,10 +1159,10 @@ button.DocSearch {
11591159

11601160
[data-theme='dark'] .theme-admonition-warning {
11611161
color: black !important;
1162-
}
11631162

1164-
[data-theme='dark'] .theme-admonition-warning .alert a {
1165-
color: black !important;
1163+
a {
1164+
color: black !important;
1165+
}
11661166
}
11671167

11681168
.theme-admonition-tip {

0 commit comments

Comments
 (0)