Skip to content

Commit 14e1d69

Browse files
author
Andrew Park
committed
Add disabled pagination font color
1 parent 4d2ab22 commit 14e1d69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_sass/_pagination.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
.pagination {
77
display: flex;
88
margin: 0 -1.5rem var(--spacer);
9-
color: var(--gray-500);
9+
color: grey;
1010
text-align: center;
1111
}
1212

0 commit comments

Comments
 (0)