- Timestamp:
- 01/18/2019 06:37:26 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentynineteen/sass/site/primary/_comments.scss
r44149 r44650 128 128 .comment-body { 129 129 color: $color__text-light; 130 font-family: $font__heading;130 @include font-family( $font__heading ); 131 131 font-size: $font__size-xs; 132 132 font-weight: 500; … … 144 144 .comment-edit-link { 145 145 color: $color__text-light; 146 font-family: $font__heading;146 @include font-family( $font__heading ); 147 147 font-weight: 500; 148 148 } … … 373 373 .comment-notes, 374 374 label { 375 font-family: $font__heading;375 @include font-family( $font__heading ); 376 376 font-size: $font__size-xs; 377 377 color: $color__text-light;
Note: See TracChangeset
for help on using the changeset viewer.