[ Index ]

PHP Cross Reference of WordPress Trunk (Updated Daily)

Search

title

Body

[close]

/wp-content/themes/twentytwentyone/assets/sass/05-blocks/paragraph/ -> _style.scss (source)

   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  }


Generated : Fri May 3 08:20:01 2024 Cross-referenced by PHPXref