updated theme Twenty Nineteen version 2.4

This commit is contained in:
2022-11-24 13:41:02 +00:00
committed by Gitium
parent d80868cf0e
commit 555673545b
20 changed files with 1012 additions and 461 deletions

View File

@ -94,6 +94,8 @@ body {
/** === Base Typography === */
body {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-size: $font__size_base;
@include font-family( $font__body );
line-height: $font__line-height-body;
@ -443,7 +445,7 @@ figcaption,
@include font-family( $font__heading );
font-size: $font__size-xs;
line-height: 1.6;
color: $color__text-light;
color: inherit;
}
}