2022-12-30 19:35:02 +01:00
|
|
|
// theme for editor admin, import style.sass and apply class before rest of it
|
|
|
|
|
|
|
|
// .wp-admin styles
|
|
|
|
|
|
|
|
.wp-admin {
|
|
|
|
.components-button.edit-post-fullscreen-mode-close.has-icon,
|
|
|
|
.edit-post-fullscreen-mode-close_site-icon {
|
|
|
|
background-color: #fff;
|
|
|
|
filter: invert(1);
|
|
|
|
}
|
|
|
|
}
|
2023-01-02 14:51:58 +01:00
|
|
|
.site-icon-preview .app-icon-preview {
|
|
|
|
background-color: #fff;
|
|
|
|
}
|
2022-12-30 19:35:02 +01:00
|
|
|
|
|
|
|
// editor styles
|
|
|
|
|
|
|
|
.edit-post-visual-editor__content-area {
|
|
|
|
|
|
|
|
// import theme styles
|
|
|
|
@import "style";
|
|
|
|
|
|
|
|
|
|
|
|
// apply differences when not rendered properly
|
|
|
|
:where(.wp-block) {
|
|
|
|
max-width: 80rem;
|
|
|
|
}
|
|
|
|
.black-blocs .wp-block-column a::after {
|
|
|
|
display:none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
// modify internal paths to make objects locally available
|
|
|
|
@import "adminstyles/fonts";
|