Skip to content

Commit b93a5f7

Browse files
committed
Use standard (accessible) colors on front page list
1 parent ac4fa5f commit b93a5f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/components/front-page-list/item.module.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,13 @@
4848
.subtitle {
4949
margin-top: var(--space-3xs);
5050
font-size: 13px;
51-
color: light-dark(rgb(118, 131, 138), #cccac2);
51+
color: var(--main-color-light);
5252
}
5353

5454
.right {
5555
flex-shrink: 0;
5656
height: var(--space-s);
5757
width: auto;
5858
margin-left: var(--space-xs);
59-
color: light-dark(rgb(118, 131, 138), #cccac2);
59+
color: var(--main-color-light);
6060
}

0 commit comments

Comments
 (0)