Skip to content

Commit

Permalink
Merge pull request #311 from aojunhao123/fix/darkMode
Browse files Browse the repository at this point in the history
style: remove unnecessary darkmode overwriting
  • Loading branch information
guansss authored Jun 16, 2024
2 parents b86d272 + 425a732 commit ce32f47
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions src/styles/blueprint.less
Original file line number Diff line number Diff line change
Expand Up @@ -234,17 +234,23 @@ body {
}
}


.bp4-dark {
.docs-content-wrapper {
@apply min-h-screen;
background-color: #2f343c;
}
.bp4-tag{
.bp4-tag {
background-color: #141c2b;
&.bp4-intent-danger {
background-color: #b3303f;
}
&.bp4-intent-primary {
background-color: #3498db;
}
}
div,
p,span {
p,
span {
color: #fff;
}
}
}

0 comments on commit ce32f47

Please sign in to comment.