styled colors, buttons, functions calls

This commit is contained in:
jorge-vitrubio 2024-01-14 20:12:27 +01:00
parent dedfd511da
commit 2474db20a0
2 changed files with 11 additions and 2 deletions

View File

@ -29,6 +29,15 @@
display:none;
}
}
.editor-styles-wrapper .wp-block-button__link {
color: #000 !important;
background-color: #fff !important;
border-radius: 0 !important;
box-shadow: none !important;
text-decoration: none !important;
padding: 0.6em 1em 0.4em !important;
font-size: inherit !important;
}
// modify internal paths to make objects locally available
@import "adminstyles/fonts";

View File

@ -1,6 +1,6 @@
body {
background: $color__background-body; // Fallback for when there is no custom background color defined.
background-image: url(./assets/img/background-colors-02.jpg);
background: $color__background-body; // Fallback for when there is no custom background color defined.
background-image: url(./assets/img/background-colors-02.jpg);
background-size: cover;
background-position: center center;
background-repeat: no-repeat;