Skip to content

Commit

Permalink
Adjust shortcuts modal color pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
handreyrc committed Mar 13, 2024
1 parent 0a8c8b9 commit 161cb91
Showing 1 changed file with 25 additions and 1 deletion.
26 changes: 25 additions & 1 deletion packages/editor/src/envelope/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,31 @@
}

.pf-c-modal-box.kie-tools--keyboard-shortcuts.dark {
background-color: #b3b3b3;
background-color: #313131;
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.dt,
.dd,
h1,
h2,
h3,
h4,
h5,
h6,
dt,
dd {
color: #cccccc;
}
.pf-c-button.pf-m-plain {
color: #cccccc;
}
.pf-c-button.pf-m-plain:hover {
color: #000;
}
}

body {
Expand Down

0 comments on commit 161cb91

Please sign in to comment.