Skip to content

Commit ce32f47

Browse files
authored
Merge pull request #311 from aojunhao123/fix/darkMode
style: remove unnecessary darkmode overwriting
2 parents b86d272 + 425a732 commit ce32f47

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)