Skip to content

Commit

Permalink
fix: make sure Post Carousel text colors aren't overridden (#553)
Browse files Browse the repository at this point in the history
  • Loading branch information
laurelfulford authored Jul 30, 2020
1 parent 5816ef9 commit 4b246fe
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/blocks/carousel/view.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@
.wp-block-newspack-blocks-carousel {
position: relative;
margin-top: 0;

article {
max-width: 100%;
padding: 0;
position: relative;
margin-bottom: 0;
word-break: break-word;
overflow-wrap: break-word;

a {
color: inherit;
color: #fff;

&:active,
&:focus,
Expand Down Expand Up @@ -59,12 +59,12 @@
right: 0;
}
.entry-meta {
color: inherit;
color: #fff;
margin-bottom: 0;
font-size: 0.8em;

a {
color: inherit;
color: #fff;
font-weight: bold;
text-decoration: none;

Expand Down Expand Up @@ -211,7 +211,7 @@
.entry-title {
margin: 0 0 0.25em;
a {
color: inherit;
color: #fff;
text-decoration: none;
}
}
Expand All @@ -227,7 +227,7 @@
}
}
.cat-links {
color: inherit;
color: #fff;
font-size: 0.6em;
font-weight: bold;
margin: 0 0 0.5em;
Expand Down

0 comments on commit 4b246fe

Please sign in to comment.