_full-site-editing-editor.scss 400 B

1234567891011121314151617181920212223242526
  1. @import "../../varia/sass/full-site-editing/editor";
  2. .fse-template-part {
  3. .has-normal-font-size {
  4. font-size: map-deep-get($config-global, "font", "size", "md");
  5. }
  6. .site-title {
  7. font-weight: bold;
  8. }
  9. .main-navigation a {
  10. text-decoration: none;
  11. }
  12. .wp-block-cover,
  13. .wp-block-cover-image {
  14. .has-background {
  15. text-shadow: none;
  16. }
  17. }
  18. }
  19. .post-content__block {
  20. margin-top: -36px;
  21. }