Update colors

This commit is contained in:
Matt Sherman 2023-10-27 12:54:34 -04:00
parent 2975c04269
commit 837f7b05eb
1 changed files with 10 additions and 4 deletions

View File

@ -4,17 +4,23 @@
height: 200px; height: 200px;
background-color: black; background-color: #2c3338;
color: white; color: #c3c4c7;
} }
.woocommerce-product-editor-dev-tools-bar__header { .woocommerce-product-editor-dev-tools-bar__header {
display: flex; display: flex;
border-bottom: 1px solid white; padding: 0 8px;
border-bottom: 1px solid #494f56;
background-color: #3c434a;
.components-button { .components-button {
color: white; border-radius: 0;
color: #c3c4c7;
&:focus:not(:disabled) { &:focus:not(:disabled) {
outline: 0; outline: 0;