_text.scss 318 B

12345678910111213
  1. // Text selection background color
  2. ::selection {
  3. background-color: var(--wp--custom--color--selection);
  4. }
  5. ::-moz-selection {
  6. background-color: var(--wp--custom--color--selection);
  7. }
  8. p, h1, h2, h3, h4, h5, h6 {
  9. margin-top: var(--wp--custom--margin--vertical);
  10. margin-bottom: var(--wp--custom--margin--vertical);
  11. }