updated theme Twenty Nineteen
version 2.7
This commit is contained in:
@ -16,10 +16,6 @@ html {
|
||||
box-sizing: inherit;
|
||||
}
|
||||
|
||||
body {
|
||||
background-color: $color__background-body;
|
||||
}
|
||||
|
||||
a {
|
||||
@include link-transition;
|
||||
color: $color__link;
|
||||
|
@ -6,6 +6,7 @@ html {
|
||||
body {
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
background-color: $color__background-body;
|
||||
color: $color__text-main;
|
||||
@include font-family( $font__body );
|
||||
font-weight: 400;
|
||||
|
Reference in New Issue
Block a user