Skip to content

Commit 425a732

Browse files
committed
fix: 修复暗黑模式下干员筛选标签背景色
1 parent f747d06 commit 425a732

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

src/styles/blueprint.less

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -234,17 +234,23 @@ body {
234234
}
235235
}
236236

237-
238237
.bp4-dark {
239238
.docs-content-wrapper {
240239
@apply min-h-screen;
241240
background-color: #2f343c;
242241
}
243-
.bp4-tag{
242+
.bp4-tag {
244243
background-color: #141c2b;
244+
&.bp4-intent-danger {
245+
background-color: #b3303f;
246+
}
247+
&.bp4-intent-primary {
248+
background-color: #3498db;
249+
}
245250
}
246251
div,
247-
p,span {
252+
p,
253+
span {
248254
color: #fff;
249255
}
250-
}
256+
}

0 commit comments

Comments
 (0)