Skip to content

Commit 7cbef13

Browse files
authored
Update custom.scss
1 parent 77aef0c commit 7cbef13

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/css/custom.scss

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -136,9 +136,6 @@ body {
136136
[data-theme='dark'] .theme-admonition-tip.alert--success .alert-content {
137137
background-color: rgba(255,255,255,0.1);
138138

139-
code {
140-
background: #bfbfbf !important;
141-
}
142139
}
143140

144141
[data-theme='dark'] .DocSearch-Hit-source {
@@ -1153,6 +1150,10 @@ button.DocSearch {
11531150

11541151
.alert-content {
11551152
background: var(--click-color-warning-background) !important;
1153+
1154+
code {
1155+
background: #bfbfbf !important;
1156+
}
11561157
}
11571158
}
11581159

0 commit comments

Comments
 (0)