1234567891011121314151617181920212223242526 |
- @import "../../varia/sass/full-site-editing/editor";
- .fse-template-part {
- .has-normal-font-size {
- font-size: map-deep-get($config-global, "font", "size", "md");
- }
- .site-title {
- font-weight: bold;
- }
- .main-navigation a {
- text-decoration: none;
- }
- .wp-block-cover,
- .wp-block-cover-image {
- .has-background {
- text-shadow: none;
- }
- }
- }
- .post-content__block {
- margin-top: -36px;
- }
|