|
@@ -9,7 +9,23 @@ body {
|
|
|
}
|
|
|
:root {
|
|
|
--wp-components-color-accent: #006837;
|
|
|
- --wp-admin-theme-color: #e9e4dc;
|
|
|
+ --wp-admin-theme-color: #E9E4DC;
|
|
|
+}
|
|
|
+#wpcontent a {
|
|
|
+ color: #484c57;
|
|
|
+}
|
|
|
+a:hover {
|
|
|
+ color: var(--wp-components-color-accent);
|
|
|
+}
|
|
|
+.wp-core-ui .button, .wp-core-ui .button-secondary {
|
|
|
+ color: #484c57;
|
|
|
+ border-color: #484c57;
|
|
|
+ background: #f6f7f7;
|
|
|
+ vertical-align:top
|
|
|
+}
|
|
|
+.wrap .add-new-h2, .wrap .add-new-h2:active, .wrap .page-title-action, .wrap .page-title-action:active {
|
|
|
+ border: 1px solid #484c57;
|
|
|
+ color: #484c57;
|
|
|
}
|
|
|
|
|
|
#wp-admin-bar-site-name .ab-item::before {
|
|
@@ -180,12 +196,7 @@ body {
|
|
|
background-color: #484c57;
|
|
|
color: rgb(213, 213, 213);
|
|
|
}
|
|
|
- a {
|
|
|
- color: rgb(213, 213, 213);
|
|
|
- }
|
|
|
- a:hover {
|
|
|
- color: var(--wp-components-color-accent);
|
|
|
- }
|
|
|
+
|
|
|
.edit-post-header {
|
|
|
background: #484c57 !important;
|
|
|
}
|
|
@@ -209,7 +220,7 @@ body {
|
|
|
background-color: #cacaca;
|
|
|
}
|
|
|
.edit-site-document-actions .edit-site-document-actions__command {
|
|
|
- background: #2a2d36;
|
|
|
+ background: #bababa;
|
|
|
}
|
|
|
.edit-site-patterns .edit-site-patterns__search input[type=search],
|
|
|
.edit-site-sidebar-navigation-item.components-item[aria-current] {
|
|
@@ -223,14 +234,14 @@ body {
|
|
|
color: rgb(213, 213, 213);
|
|
|
}
|
|
|
.components-button.is-secondary {
|
|
|
- color: rgb(161, 216, 134);
|
|
|
+ color: #8fff96;
|
|
|
box-shadow: inset 0 0 0 1px #fff;
|
|
|
}
|
|
|
.components-button.is-tertiary {
|
|
|
- color: rgb(161, 216, 134);
|
|
|
+ color: #8fff96;
|
|
|
}
|
|
|
.block-editor-list-view-leaf .block-editor-list-view-block-select-button:hover {
|
|
|
- color: rgb(161, 216, 134);
|
|
|
+ color: #8fff96;
|
|
|
}
|
|
|
.components-button .edit-post-fullscreen-mode-close {
|
|
|
background-color: #484c57;
|
|
@@ -254,7 +265,3 @@ body {
|
|
|
border: 1px solid #484c57 !important;
|
|
|
}
|
|
|
}
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|