Skip to content

Commit 3614675

Browse files
committed
th text color
Signed-off-by: marblom007 <158522975+marblom007@users.noreply.github.com>
1 parent f3f7977 commit 3614675

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/collections/blog/Blog.style.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ export const BlogWrapper = styled.div`
7676
}
7777
th {
7878
background-color: #3c494f;
79-
color: ${(props) => props.theme.grey232323ToGreyEEEEEE};
79+
color: #eee;
8080
padding: 0.5rem 1rem;
8181
text-align: center;
8282
}

0 commit comments

Comments
 (0)