Skip to content

Commit bff6297

Browse files
committed
style: match list item colors with their headers
- Considerations items: reddish-gray (#8b6b6b) - Features items: blue (--color-primary)
1 parent a5c84fd commit bff6297

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/main.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -293,6 +293,14 @@ body {
293293
font-weight: 600;
294294
}
295295

296+
.cons-list li {
297+
color: #8b6b6b;
298+
}
299+
300+
.pros-list li {
301+
color: var(--color-primary);
302+
}
303+
296304
.pros-list li::before {
297305
content: '✓';
298306
position: absolute;

0 commit comments

Comments
 (0)