_full-site-editing-editor.scss 652 B

12345678910111213141516171819202122232425262728293031
  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. .main-navigation a {
  7. text-decoration: none;
  8. }
  9. #toggle-menu.has-background-color {
  10. background: map-deep-get($config-global, "color", "background", "default");
  11. color: map-deep-get($config-global, "color", "foreground", "default") !important;
  12. }
  13. .wp-block-cover,
  14. .wp-block-cover-image {
  15. .site-title {
  16. font-weight: #{map-deep-get($config-heading, "font", "weight")};
  17. }
  18. .has-background {
  19. text-shadow: none;
  20. }
  21. }
  22. }
  23. .post-content__block {
  24. margin-top: -36px;
  25. }