avant corrections
This commit is contained in:
@@ -0,0 +1,139 @@
|
||||
@font-face {
|
||||
font-family: "Authentic_Sans_60";
|
||||
src: url("../assets/fonts/authentic-sans-90/AUTHENTICSans-60.woff") format("woff"),
|
||||
url("../assets/fonts/authentic-sans-90/AUTHENTICSans-60.woff2") format("woff2"),
|
||||
url("../assets/fonts/authentic-sans-90/AUTHENTICSans-60.otf") format("otf");
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
html {
|
||||
background-color: #1e262e !important;
|
||||
}
|
||||
|
||||
body.wp-admin {
|
||||
background-color: #26313b;
|
||||
color: white !important;
|
||||
font-family: "Authentic_Sans_60";
|
||||
}
|
||||
|
||||
.wp-admin table,
|
||||
.wp-admin #adminmenuwrap li,
|
||||
.wp-admin #adminmenuwrap ul {
|
||||
background: #1f2730 !important;
|
||||
border: none;
|
||||
}
|
||||
|
||||
.wp-admin #adminmenu li.current a {
|
||||
background: #384756 !important;
|
||||
}
|
||||
|
||||
.wp-admin .selected {
|
||||
background-color: #384756 !important;
|
||||
}
|
||||
|
||||
#wpadminbar .menupop {
|
||||
background: #1e262e !important;
|
||||
}
|
||||
|
||||
.wp-admin li,
|
||||
.wp-admin ul {
|
||||
background-color: #26313b !important;
|
||||
}
|
||||
|
||||
.wp-admin .current::after {
|
||||
border-right-color: #26313b !important;
|
||||
}
|
||||
|
||||
.wp-admin table tbody tr,
|
||||
.wp-admin #adminmenuback,
|
||||
.wp-admin #adminmenuwrap,
|
||||
.wp-admin #adminmenu,
|
||||
#wpadminbar {
|
||||
background-color: #1e262e !important;
|
||||
}
|
||||
|
||||
.wp-admin th,
|
||||
.wp-admin h1,
|
||||
.wp-admin h2,
|
||||
.wp-admin p,
|
||||
.wp-admin label,
|
||||
.wp-admin abbr,
|
||||
.wp-admin td {
|
||||
color: white !important;
|
||||
}
|
||||
|
||||
.wp-admin a {
|
||||
color: #bbb !important;
|
||||
}
|
||||
|
||||
|
||||
.editor-styles-wrapper {
|
||||
background-color: #26313b !important;
|
||||
}
|
||||
|
||||
.edit-post-header {
|
||||
background-color: #1e262e !important;
|
||||
color: white !important;
|
||||
}
|
||||
|
||||
.edit-post-header .components-button svg {
|
||||
fill: white !important;
|
||||
outline: white !important;
|
||||
}
|
||||
|
||||
.edit-post-header button {
|
||||
color: white !important;
|
||||
outline-color: white !important;
|
||||
background: none !important;
|
||||
}
|
||||
|
||||
.interface-interface-skeleton__footer {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
.components-panel__header {
|
||||
background-color: #26313b !important;
|
||||
}
|
||||
|
||||
.components-panel__header ul li button {
|
||||
color: white !important;
|
||||
}
|
||||
|
||||
/* .components-panel__header ul li:last-of-type {
|
||||
display: none;
|
||||
} */
|
||||
|
||||
.components-panel__header button svg {
|
||||
fill: white !important;
|
||||
outline: white !important;
|
||||
}
|
||||
|
||||
.interface-interface-skeleton__sidebar {
|
||||
background-color: #1e262e !important;
|
||||
}
|
||||
|
||||
.components-panel__body-title:hover {
|
||||
background-color: initial !important;
|
||||
}
|
||||
|
||||
.components-panel__body-title button {
|
||||
color: white !important;
|
||||
}
|
||||
|
||||
.components-panel__body-title button svg {
|
||||
fill: white !important;
|
||||
outline: white !important;
|
||||
}
|
||||
|
||||
.components-panel {
|
||||
background-color: #1e262e !important;
|
||||
color: white !important;
|
||||
}
|
||||
/*
|
||||
.components-panel > div {
|
||||
display: none !important;
|
||||
} */
|
||||
|
||||
.components-panel > div:first-of-type {
|
||||
display: block !important;
|
||||
}
|
||||
Reference in New Issue
Block a user