Skip to content

Commit

Permalink
Theme: Refine Releases category styles.
Browse files Browse the repository at this point in the history
Fixes #38
  • Loading branch information
iandunn committed Nov 10, 2021
1 parent 2929beb commit 9eaf2cd
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

<!-- wp:group {"className":"entry-meta"} -->
<div class="wp-block-group entry-meta">
<!-- wp:post-terms {"term":"category"} /-->
<!-- wp:post-date /-->
</div>
<!-- /wp:group -->
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
.wp-block-post-title {
--post-title-hover-color: var(--wp--preset--color--blue-1);

a {
color: inherit;

&:hover,
&:focus {
color: var(--wp--preset--color--blue-1);
color: var(--post-title-hover-color);
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,19 @@ body.category-releases {
background-color: var(--wp--preset--color--blue-1);
}

.site-content-container {
color: var( --wp--preset--color--white );

a,
.wp-block-query-pagination {
color: var( --wp--preset--color--white );
}

.wp-block-post-title {
--post-title-hover-color: var( --wp--preset--color--white );
}
}

& .local-header {
--bar-background-color: var(--wp--preset--color--blue-5);
}
Expand Down

0 comments on commit 9eaf2cd

Please sign in to comment.