Changeset 13272 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support-2024/sass/typography/_headings.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/_headings.scss
r10412 r13272 2 2 @import "../mixins/mixins-master"; 3 3 4 h1, h2, h3, h4, h5, h6 { 4 h1, 5 h2, 6 h3, 7 h4, 8 h5, 9 h6 { 5 10 clear: both; 6 7 // Override wp4.css.8 font-family: inherit;9 line-height: $font__line-height-body;10 margin: 2rem 0 1rem;11 }12 13 h1 {14 font-size: ms( 12 );15 font-weight: 300;16 }17 18 h1.title {19 font-size: ms( -2 );20 color: $color__link;21 font-weight: 600;22 letter-spacing: 0.05rem;23 text-transform: uppercase;24 11 } 25 12 26 13 h2 { 27 font-size: ms( 8 );28 font-weight: 300;29 14 30 15 &.comment-reply-title { … … 36 21 37 22 h3 { 38 font-size: ms( 4 );39 font-weight: 400;40 23 41 24 &.comment-reply-title { … … 44 27 } 45 28 } 46 47 h4 {48 font-size: ms( 2 );49 50 // Override wp4.css.51 border: none;52 color: $color__text-main;53 font-weight: 600;54 padding: 0;55 }56 57 h5 {58 font-size: ms( 0 );59 font-weight: 600;60 letter-spacing: 0.01rem;61 text-transform: uppercase;62 }63 64 h6 {65 font-size: ms( -2 );66 font-weight: 600;67 letter-spacing: 0.8px;68 text-transform: uppercase;69 }
Note: See TracChangeset
for help on using the changeset viewer.