Twenty Nineteen: Revert [55960].
This reverts [55960] pending further investigation, since this changeset caused failures on the Test Default Themes & Create ZIPs workflow. Unprops audrasjb. See #45916. Built from https://develop.svn.wordpress.org/trunk@55964 git-svn-id: http://core.svn.wordpress.org/trunk@55476 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
9d668f70e0
commit
8b01266452
|
@ -18,7 +18,6 @@ html {
|
|||
|
||||
body {
|
||||
background-color: $color__background-body;
|
||||
color: $color__text-main;
|
||||
}
|
||||
|
||||
a {
|
||||
|
|
|
@ -6,7 +6,6 @@ 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;
|
||||
|
|
|
@ -2219,6 +2219,7 @@ html {
|
|||
body {
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
color: #111;
|
||||
font-family: "NonBreakingSpaceOverride", "Hoefler Text", Garamond, "Times New Roman", serif;
|
||||
font-weight: 400;
|
||||
font-size: 1em;
|
||||
|
@ -2494,7 +2495,6 @@ html {
|
|||
|
||||
body {
|
||||
background-color: #fff;
|
||||
color: #111;
|
||||
}
|
||||
|
||||
a {
|
||||
|
|
|
@ -2219,6 +2219,7 @@ html {
|
|||
body {
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
color: #111;
|
||||
font-family: "NonBreakingSpaceOverride", "Hoefler Text", Garamond, "Times New Roman", serif;
|
||||
font-weight: 400;
|
||||
font-size: 1em;
|
||||
|
@ -2494,7 +2495,6 @@ html {
|
|||
|
||||
body {
|
||||
background-color: #fff;
|
||||
color: #111;
|
||||
}
|
||||
|
||||
a {
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '6.3-alpha-55963';
|
||||
$wp_version = '6.3-alpha-55964';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue