17 lines
322 B
CSS
17 lines
322 B
CSS
/* body {
|
|
background: red !important;
|
|
} */
|
|
#menu-posts {
|
|
border-top: 1px solid rgba(255, 255, 255, 0.2) !important;
|
|
}
|
|
|
|
.block-editor-block-inspector {
|
|
.block-editor-link-control,
|
|
.block-editor-url-input {
|
|
min-width: unset !important;
|
|
}
|
|
}
|
|
.editor-header__settings a:after {
|
|
@apply !hidden;
|
|
}
|