Skip to content
This repository was archived by the owner on Jun 11, 2024. It is now read-only.

Commit 674f5e4

Browse files
committed
일반 링크 스타일 추가
1 parent 92e53c3 commit 674f5e4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/styles/init.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,12 @@ export const InitGlobalStyled = memo(createGlobalStyle`
3434
3535
a {
3636
text-decoration: none;
37+
color: ${props => props.theme.colors.primary};
38+
transition: 250ms color;
39+
40+
&:hover {
41+
color: ${props => lighten(0.1, props.theme.colors.primary)};
42+
}
3743
}
3844
3945
.selectable {

0 commit comments

Comments
 (0)