Skip to content

Commit 18c1cae

Browse files
committed
fix(home): set white text as needed
* Alphabetize styles
1 parent 76fea66 commit 18c1cae

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/css/pages/home.css

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,12 @@
4141
}
4242

4343
.home-template__pillars {
44+
color: white;
4445
background-image: url('/assets/images/home__pillars--background.jpg');
4546
}
4647

4748
.home-template__community {
49+
color: white;
4850
background-image: url('/assets/images/home__community--background.jpg');
4951
}
5052

@@ -222,9 +224,10 @@
222224
}
223225

224226
.home-template__open-source__stats {
225-
display: flex;
227+
color: white;
226228
background-color: var(--red);
227229
border-radius: 8px;
230+
display: flex;
228231
flex-direction: column;
229232
justify-content: space-between;
230233
gap: 16px;
@@ -261,7 +264,6 @@
261264

262265
h2,
263266
p {
264-
color: var(--navy);
265267
text-align: center;
266268
}
267269

0 commit comments

Comments
 (0)