Changeset 13272 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support-2024/sass/typography/_copy.scss
- Timestamp:
- 03/05/2024 02:45:07 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support-2024/sass/typography/_copy.scss
r7835 r13272 2 2 3 3 p { 4 margin: 1em 0;4 margin: 0 0 var(--wp--style--block-gap); 5 5 6 6 &.subheading { … … 40 40 41 41 pre { 42 background: $color__background-pre;42 background: var(--wp--preset--color--light-grey-1); 43 43 box-sizing: content-box; 44 44 font-family: $font__pre; … … 57 57 58 58 abbr, acronym { 59 border-bottom: 1px dotted $color__border-abbr;59 border-bottom: 1px dotted var(--wp--preset--color--charcoal-4); 60 60 cursor: help; 61 61 } 62 62 63 63 mark, ins { 64 background: $color__background-ins;64 background: var(--wp--preset--color--lemon-1); 65 65 text-decoration: none; 66 66 }
Note: See TracChangeset
for help on using the changeset viewer.