Skip to content

Commit 6fdd3c1

Browse files
committed
Apply minor changes
1 parent f550f8d commit 6fdd3c1

File tree

3 files changed

+13
-5
lines changed

3 files changed

+13
-5
lines changed

src/components/home/HomeMobileHeadExtra.tsx

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,14 @@ const Block = styled(animated.div)`
9393
font-weight: 600;
9494
9595
font-size: 0.875rem;
96-
padding: 0.75rem 1rem;
97-
96+
padding: 0;
97+
&:hover {
98+
color: ${themedPalette.primary1};
99+
}
98100
a {
101+
display: block;
102+
padding: 0.75rem 1rem;
103+
99104
color: inherit;
100105
text-decoration: none;
101106
}
@@ -104,7 +109,7 @@ const Block = styled(animated.div)`
104109
border-top: 1px solid ${themedPalette.border4};
105110
}
106111
.contact {
107-
border-top: 1px solid #f1f3f5;
112+
border-top: 1px solid ${themedPalette.border3};
108113
padding: 1rem;
109114
h5 {
110115
margin: 0;

src/components/post/PostSeriesInfo.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ const PostSeriesInfoBlock = styled.div`
3333
border-radius: 8px;
3434
box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.06);
3535
position: relative;
36+
svg {
37+
color: ${themedPalette.primary1};
38+
}
3639
h2 {
3740
a {
3841
text-decoration: none;

src/static/svg/image-series.svg

Lines changed: 2 additions & 2 deletions
Loading

0 commit comments

Comments
 (0)