updated theme Twenty Nineteen
version 2.4
This commit is contained in:
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user