Skip to content

Commit be15e1e

Browse files
committed
블로그 글의 글자 색상 변경
1 parent ae7cc7d commit be15e1e

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

src/styles/_colors.scss

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
// light mode colors
22
body {
33
--background-color: #ffffff;
4-
--primary-text-color: #000000;
4+
--primary-text-color: #000;
55
--secondary-text-color: #9e9e9e;
6+
--content-text-color: rgb(55, 53, 47);
67

78
--button-background-color: #f3f3f4;
89
--button-text-color: #363f47;
@@ -27,6 +28,7 @@ body.dark {
2728
--background-color: #232326;
2829
--primary-text-color: #e6e6e6;
2930
--secondary-text-color: #768390;
31+
--content-text-color: #e6e6e6;
3032

3133
--button-background-color: #444c56;
3234
--button-text-color: #363f47;

src/styles/_markdown-style.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
-ms-text-size-adjust: 100%;
6464
-webkit-text-size-adjust: 100%;
6565
line-height: 1.5;
66-
color: var(--primary-text-color);
66+
color: var(--content-text-color);
6767
font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif,
6868
Apple Color Emoji, Segoe UI Emoji;
6969
font-size: 16px;
@@ -152,7 +152,7 @@
152152
}
153153

154154
.markdown strong {
155-
font-weight: 800;
155+
font-weight: 700;
156156
}
157157

158158
.markdown hr {

0 commit comments

Comments
 (0)