Skip to content

Commit

Permalink
Rebuild stow (#8592)
Browse files Browse the repository at this point in the history
  • Loading branch information
scruffian authored Jan 17, 2025
1 parent c359b6f commit 5402d87
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 19 deletions.
2 changes: 1 addition & 1 deletion stow/sass/style-child-theme-editor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ a {
.wp-block-verse {

pre {
font-family: #{map-deep-get($config-global, "font", "family", "code") "}";
font-family: #{map-deep-get($config-global, "font", "family", "code")};
}
}

Expand Down
35 changes: 18 additions & 17 deletions stow/style-editor.css
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,8 @@ $grid-configuration: map-extend($grid-configuration-default, $grid-configuration
/**
* Global variables
*/
:root, body {
:root,
body {
/* Colors */
--wp--preset--color--primary: #404040;
--wp--preset--color--primary-hover: #f25f70;
Expand Down Expand Up @@ -364,11 +365,11 @@ object {
}

.wp-block-a8c-blog-posts.image-alignbehind .post-has-image a:hover {
color: currentColor;
color: currentcolor;
}

.wp-block-a8c-blog-posts .article-section-title {
font-size: 1em;
font-size: 1;
margin-top: 0;
margin-bottom: 16px;
}
Expand Down Expand Up @@ -409,7 +410,7 @@ object {
.has-background:not(.has-background-background-color) .wp-block-a8c-blog-posts .entry-title a,
[class*="background-color"]:not(.has-background-background-color) .wp-block-a8c-blog-posts .entry-title a,
[style*="background-color"] .wp-block-a8c-blog-posts .entry-title a {
color: currentColor;
color: currentcolor;
}

.wp-block-a8c-blog-posts .entry-title a:hover {
Expand All @@ -420,7 +421,7 @@ object {
.has-background:not(.has-background-background-color) .wp-block-a8c-blog-posts .entry-title a,
[class*="background-color"]:not(.has-background-background-color) .wp-block-a8c-blog-posts .entry-title a,
[style*="background-color"] .wp-block-a8c-blog-posts .entry-title a {
color: currentColor;
color: currentcolor;
}

.wp-block-a8c-blog-posts .more-link {
Expand All @@ -429,7 +430,7 @@ object {
margin-top: 16px;
}

.wp-block-a8c-blog-posts .more-link:after {
.wp-block-a8c-blog-posts .more-link::after {
content: "→" /*rtl:"←"*/;
display: inline-block;
margin-left: 0.5em;
Expand All @@ -445,13 +446,13 @@ object {
[style*="background-color"] .wp-block-a8c-blog-posts .more-link:hover, .has-background:not(.has-background-background-color) .wp-block-a8c-blog-posts .more-link:active,
[class*="background-color"]:not(.has-background-background-color) .wp-block-a8c-blog-posts .more-link:active,
[style*="background-color"] .wp-block-a8c-blog-posts .more-link:active {
color: currentColor;
color: currentcolor;
}

.wp-block-a8c-blog-posts .entry-meta,
.wp-block-a8c-blog-posts .cat-links {
color: var(--wp--preset--color--foreground-low-contrast);
font-size: 0.83333em;
font-size: 0.83333;
}

.has-background:not(.has-background-background-color) .wp-block-a8c-blog-posts .entry-meta,
Expand All @@ -462,7 +463,7 @@ object {
.wp-block-a8c-blog-posts .cat-links,
[style*="background-color"]
.wp-block-a8c-blog-posts .cat-links {
color: currentColor;
color: currentcolor;
}

.wp-block-a8c-blog-posts .entry-meta .byline:not(:last-child),
Expand All @@ -477,7 +478,7 @@ object {

.wp-block-a8c-blog-posts .entry-meta a,
.wp-block-a8c-blog-posts .cat-links a {
color: currentColor;
color: currentcolor;
text-decoration: underline;
}

Expand All @@ -503,7 +504,7 @@ object {
.wp-block-a8c-blog-posts .cat-links a:active,
[style*="background-color"]
.wp-block-a8c-blog-posts .cat-links a:active {
color: currentColor;
color: currentcolor;
}

/**
Expand Down Expand Up @@ -563,7 +564,7 @@ object {
*/
.wp-block-a8c-blog-posts + .button {
display: inline-block;
font-size: 1.2em;
font-size: 1.2;
}

.wp-block-a8c-blog-posts + .button:hover {
Expand All @@ -574,8 +575,8 @@ object {
[class*="background-color"]:not(.has-background-background-color) .wp-block-a8c-blog-posts + .button,
[style*="background-color"] .wp-block-a8c-blog-posts + .button {
background-color: transparent;
border: 2px solid currentColor;
color: currentColor;
border: 2px solid currentcolor;
color: currentcolor;
}

.wpnbha article p > .more-link:not([rel]) {
Expand Down Expand Up @@ -1496,7 +1497,7 @@ a {
.wp-block-coblocks-column h4,
.wp-block-coblocks-column h5,
.wp-block-coblocks-column h6 {
margin-bottom: .857em;
margin-bottom: 0.857em;
}

.wp-block-coblocks-column a {
Expand Down Expand Up @@ -1632,7 +1633,7 @@ a {
}

.wp-block-a8c-blog-posts + .button {
font-size: 0.69444em;
font-size: 0.69444;
}

/**
Expand Down Expand Up @@ -1881,7 +1882,7 @@ a {
/* Increment the dashes */
counter-increment: nested-list;
/* Insert dashes with spaces in between */
content: "– " counters(nested-list, "– ", none);
content: "– " counters(nested-list, "– ", empty);
}

@media only screen and (min-width: 560px) {
Expand Down
13 changes: 12 additions & 1 deletion stow/style-rtl.css
Original file line number Diff line number Diff line change
Expand Up @@ -1039,6 +1039,10 @@ footer {
* Elements
* - Styles for basic HTML elemants
*/
@counter-style empty {
symbols: "";
}

blockquote {
padding-right: 16px;
}
Expand Down Expand Up @@ -2974,7 +2978,7 @@ body:not(.fse-enabled) .site-description {
/* Increment the dashes */
counter-increment: nested-list;
/* Insert dashes with spaces in between */
content: "– " counters(nested-list, "– ", none);
content: "– " counters(nested-list, "– ", empty);
}

@media only screen and (min-width: 560px) {
Expand Down Expand Up @@ -4065,6 +4069,13 @@ body.admin-bar .widget_eu_cookie_law_widget.widget.top {
padding-top: 15px;
}

/**
* Related Posts
*/
.entry-content #jp-relatedposts {
margin: 0 auto;
}

/**
* Child Theme Extra Styles
*/
Expand Down

0 comments on commit 5402d87

Please sign in to comment.