Skip to content

Commit e6e57a7

Browse files
chore(deps): update dependency stylelint to v16.6.1 (#223)
* chore(deps): update dependency stylelint to v16.6.1 * feat(about): Add image shadow --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: 1ilsang <1ilsang@naver.com>
1 parent 21e42b0 commit e6e57a7

File tree

5 files changed

+65
-46
lines changed

5 files changed

+65
-46
lines changed

pnpm-lock.yaml

+42-25
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/features/styles/common.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ $target: #e73c7e;
4545

4646
.dynamic-image {
4747
position: relative;
48-
margin: 10px 0 0;
48+
margin: 1rem 0 0;
4949
color: $target;
5050

5151
:hover {

src/features/styles/markdown/index.scss

+20-20
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,26 @@
3131
list-style: initial;
3232
}
3333

34+
h1 {
35+
@apply text-2xl mt-16 leading-snug;
36+
37+
border-bottom: 1px solid hsl(210deg 18% 87% / 100%);
38+
}
39+
40+
h2 {
41+
@apply text-3xl mt-12 leading-snug;
42+
43+
border-bottom: 1px solid hsl(210deg 18% 87% / 100%);
44+
}
45+
46+
h3 {
47+
@apply text-2xl mt-8 leading-snug;
48+
}
49+
50+
h4 {
51+
@apply text-xl mt-6 leading-snug;
52+
}
53+
3454
h1,
3555
h2,
3656
h3,
@@ -58,26 +78,6 @@
5878
}
5979
}
6080

61-
h1 {
62-
@apply text-2xl mt-16 leading-snug;
63-
64-
border-bottom: 1px solid hsl(210deg 18% 87% / 100%);
65-
}
66-
67-
h2 {
68-
@apply text-3xl mt-12 leading-snug;
69-
70-
border-bottom: 1px solid hsl(210deg 18% 87% / 100%);
71-
}
72-
73-
h3 {
74-
@apply text-2xl mt-8 leading-snug;
75-
}
76-
77-
h4 {
78-
@apply text-xl mt-6 leading-snug;
79-
}
80-
8181
table {
8282
width: 100%;
8383
table-layout: fixed;

src/features/styles/ui/about/_activity.scss

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
}
1818

1919
.year {
20+
user-select: none;
2021
min-width: 5rem;
2122
font-size: 1.3rem;
2223
width: 11rem;

src/features/styles/ui/about/_project.scss

+1
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@
105105
word-break: break-word;
106106

107107
.image {
108+
box-shadow: 1px 1px 8px #d7c0c0;
108109
width: 100%;
109110
}
110111

0 commit comments

Comments
 (0)