_style.scss 341 B

1234567891011121314
  1. p {
  2. line-height: var(--wp--typography--line-height, --global--line-height-body);
  3. // inherits general font style set at <body>
  4. &.has-background {
  5. padding: var(--global--spacing-unit);
  6. }
  7. // Override `color: inherit` from Core styles.
  8. &.has-text-color a {
  9. color: var( --wp--style--color--link, var(--global--color-primary) );
  10. }
  11. }