Skip to content

Commit

Permalink
minor color changes
Browse files Browse the repository at this point in the history
  • Loading branch information
richtabor committed Oct 25, 2024
1 parent 2a9f6cb commit 829bf06
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions packages/block-editor/src/components/block-tools/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -129,18 +129,26 @@

.is-dark-toolbar {
background-color: $gray-900;
color: $white;
color: $gray-100;

button {
color: $white;
color: $gray-200;
background-color: $gray-900 !important;

&:hover {
color: $white;
}
}

.block-editor-block-switcher__toggle {
color: $white;
color: $gray-100;
}

.components-toolbar-group,
.components-toolbar {
border-right-color: $gray-600 !important;
border-right-color: $gray-700 !important;
}

.is-pressed {
color: var(--wp-admin-theme-color);
}
Expand Down

0 comments on commit 829bf06

Please sign in to comment.