- Timestamp:
- 01/18/2019 06:37:26 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentynineteen/sass/site/secondary/_widgets.scss
r44149 r44650 31 31 li { 32 32 color: $color__text-light; 33 font-family: $font__heading;33 @include font-family( $font__heading ); 34 34 font-size: calc(#{$font__size_base} * #{$font__size-ratio}); 35 35 font-weight: 700; … … 46 46 47 47 .tagcloud { 48 font-family: $font__heading;48 @include font-family( $font__heading ); 49 49 font-weight: 700; 50 50 }
Note: See TracChangeset
for help on using the changeset viewer.