Skip to content

Commit 2373292

Browse files
authored
Merge pull request #561 from Automattic/master
Release Aug 04
2 parents 3204a68 + 4b246fe commit 2373292

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/blocks/carousel/view.scss

+6-6
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@
44
.wp-block-newspack-blocks-carousel {
55
position: relative;
66
margin-top: 0;
7+
78
article {
89
max-width: 100%;
910
padding: 0;
1011
position: relative;
1112
margin-bottom: 0;
1213
word-break: break-word;
1314
overflow-wrap: break-word;
14-
1515
a {
16-
color: inherit;
16+
color: #fff;
1717

1818
&:active,
1919
&:focus,
@@ -59,12 +59,12 @@
5959
right: 0;
6060
}
6161
.entry-meta {
62-
color: inherit;
62+
color: #fff;
6363
margin-bottom: 0;
6464
font-size: 0.8em;
6565

6666
a {
67-
color: inherit;
67+
color: #fff;
6868
font-weight: bold;
6969
text-decoration: none;
7070

@@ -211,7 +211,7 @@
211211
.entry-title {
212212
margin: 0 0 0.25em;
213213
a {
214-
color: inherit;
214+
color: #fff;
215215
text-decoration: none;
216216
}
217217
}
@@ -227,7 +227,7 @@
227227
}
228228
}
229229
.cat-links {
230-
color: inherit;
230+
color: #fff;
231231
font-size: 0.6em;
232232
font-weight: bold;
233233
margin: 0 0 0.5em;

0 commit comments

Comments
 (0)