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