We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b86d272 + 425a732 commit ce32f47Copy full SHA for ce32f47
src/styles/blueprint.less
@@ -234,17 +234,23 @@ body {
234
}
235
236
237
-
238
.bp4-dark {
239
.docs-content-wrapper {
240
@apply min-h-screen;
241
background-color: #2f343c;
242
243
- .bp4-tag{
+ .bp4-tag {
244
background-color: #141c2b;
+ &.bp4-intent-danger {
245
+ background-color: #b3303f;
246
+ }
247
+ &.bp4-intent-primary {
248
+ background-color: #3498db;
249
250
251
div,
- p,span {
252
+ p,
253
+ span {
254
color: #fff;
255
-}
256
+}
0 commit comments