13 lines
276 B
CSS
13 lines
276 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-block-inspector .block-editor-url-input {
|
|
min-width: unset !important;
|
|
}
|