block-style.css 977 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. body {
  2. font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  3. font-size: 15px;
  4. line-height: 1.7;
  5. font-weight: 400;
  6. -webkit-font-smoothing: antialiased;
  7. -moz-osx-font-smoothing: grayscale;
  8. }
  9. body h1,
  10. body h2,
  11. body h3,
  12. body h4,
  13. body h5,
  14. body h6 {
  15. margin-top: 0.5rem;
  16. margin-bottom: 1rem;
  17. font-family: inherit;
  18. font-weight: 700;
  19. line-height: 1.2;
  20. color: inherit;
  21. }
  22. body h1 {
  23. font-size: 2.5rem;
  24. }
  25. body h2 {
  26. font-size: 2rem;
  27. }
  28. body h3 {
  29. font-size: 1.75rem;
  30. }
  31. body h4 {
  32. font-size: 1.5rem;
  33. }
  34. body h5 {
  35. font-size: 1.25rem;
  36. }
  37. body h6 {
  38. font-size: 1rem;
  39. }
  40. body p {
  41. margin-top: 0;
  42. margin-bottom: 0.9rem;
  43. }
  44. img {
  45. height: auto;
  46. }
  47. .wp-block-navigation__submenu-container > .wp-block-navigation-item {
  48. color: var(--wp--preset--color--black)!important;
  49. }
  50. .wp-site-blocks > * {
  51. margin-top: 0!important;
  52. }