File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -239,7 +239,7 @@ function Illustration({
239
239
src = { src }
240
240
alt = { alt }
241
241
style = { { maxHeight : 300 } }
242
- className = "bg-white rounded-lg"
242
+ className = "bg-white text-primary rounded-lg"
243
243
/>
244
244
{ caption ? (
245
245
< figcaption className = "text-center leading-tight mt-4" >
@@ -270,7 +270,7 @@ function IllustrationBlock({
270
270
) ;
271
271
const images = imageInfos . map ( ( info , index ) => (
272
272
< figure key = { index } >
273
- < div className = "bg-white rounded-lg p-4 flex-1 flex xl:p-6 justify-center items-center my-4" >
273
+ < div className = "bg-white text-primary rounded-lg p-4 flex-1 flex xl:p-6 justify-center items-center my-4" >
274
274
< img src = { info . src } alt = { info . alt } height = { info . height } />
275
275
</ div >
276
276
{ info . caption ? (
You can’t perform that action at this time.
0 commit comments