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;
background-color: black;
color: white;
background-color: #2c3338;
color: #c3c4c7;
}
.woocommerce-product-editor-dev-tools-bar__header {
display: flex;
border-bottom: 1px solid white;
padding: 0 8px;
border-bottom: 1px solid #494f56;
background-color: #3c434a;
.components-button {
color: white;
border-radius: 0;
color: #c3c4c7;
&:focus:not(:disabled) {
outline: 0;