Skip to content

Commit

Permalink
Refresh WordPress Nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
deployment_bot committed May 27, 2024
1 parent 677d269 commit 12c9394
Show file tree
Hide file tree
Showing 7 changed files with 36 additions and 27 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,14 @@
}
}

.wp-block-buttons,
.wp-block-button {

&.has-custom-font-size .wp-block-button__link {
font-size: 1em;
}
}

//! Latest posts, categories, archives
.wp-block-archives,
.wp-block-categories,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -685,34 +685,25 @@ h1 {
font-size: 2.25em;
}

h1:before {
background: #767676;
content: "\020";
display: block;
height: 2px;
margin: 1rem 0;
width: 1em;
}

h1.has-text-align-center:before {
margin-left: auto;
margin-right: auto;
}

h1.has-text-align-right:before {
margin-left: auto;
}

@media only screen and (min-width: 768px) {
h1 {
font-size: 2.8125em;
}
}

.wp-block-post-title,
h2 {
font-size: 1.6875em;
}

@media only screen and (min-width: 768px) {
.wp-block-post-title,
h2 {
font-size: 2.25em;
}
}

h1:before,
h2:before {
background: #767676;
content: "\020";
Expand All @@ -722,21 +713,17 @@ h2:before {
width: 1em;
}

h1.has-text-align-center:before,
h2.has-text-align-center:before {
margin-left: auto;
margin-right: auto;
}

h1.has-text-align-right:before,
h2.has-text-align-right:before {
margin-left: auto;
}

@media only screen and (min-width: 768px) {
h2 {
font-size: 2.25em;
}
}

h3 {
font-size: 1.6875em;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -119,22 +119,26 @@ h6 {

h1 {
font-size: $font__size-xl;
@include post-section-dash;

@include media(tablet) {
font-size: $font__size-xxl;
}
}

.wp-block-post-title,
h2 {
font-size: $font__size-lg;
@include post-section-dash;

@include media(tablet) {
font-size: $font__size-xl;
}
}

h1,
h2 {
@include post-section-dash;
}

h3 {
font-size: $font__size-lg;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5563,6 +5563,11 @@ body.page .main-navigation {
color: #111;
}

.entry .entry-content .wp-block-buttons.has-custom-font-size .wp-block-button__link,
.entry .entry-content .wp-block-button.has-custom-font-size .wp-block-button__link {
font-size: 1em;
}

.entry .entry-content .wp-block-archives,
.entry .entry-content .wp-block-categories,
.entry .entry-content .wp-block-latest-posts {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5575,6 +5575,11 @@ body.page .main-navigation {
color: #111;
}

.entry .entry-content .wp-block-buttons.has-custom-font-size .wp-block-button__link,
.entry .entry-content .wp-block-button.has-custom-font-size .wp-block-button__link {
font-size: 1em;
}

.entry .entry-content .wp-block-archives,
.entry .entry-content .wp-block-categories,
.entry .entry-content .wp-block-latest-posts {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export function getWordPressModuleDetails(wpVersion: string = "6.5"): { size: nu
case 'nightly':
/** @ts-ignore */
return {
size: 5023538,
size: 5023540,
url: url_nightly,
};

Expand Down
Binary file not shown.

0 comments on commit 12c9394

Please sign in to comment.