Skip to content

Commit 0e8411c

Browse files
committed
fix ユニットスタイルの調整
1 parent f6a6d4c commit 0e8411c

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

src/develop/tailwind.config.js

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,12 @@ module.exports = {
5252
typography: {
5353
DEFAULT: {
5454
css: {
55+
h4: {
56+
'font-size': '1.125rem',
57+
},
58+
p: {
59+
'line-height': '1.7',
60+
},
5561
a: {
5662
'&:hover': {
5763
'text-decoration': 'none',
@@ -61,6 +67,16 @@ module.exports = {
6167
blockquote: {
6268
'font-style': 'normal',
6369
},
70+
'ul > li::marker': {
71+
'color': '#9CA3AF',
72+
},
73+
'ol > li::marker': {
74+
'font-weight': 'bold',
75+
},
76+
dd: {
77+
'margin-top': '0',
78+
'padding-inline-start': '1em',
79+
},
6480
table: {
6581
'overflow': 'hidden',
6682
'margin-top': '0',
@@ -88,6 +104,9 @@ module.exports = {
88104
'tr:last-child th, tr:last-child td': {
89105
'border-bottom': '0',
90106
},
107+
'[class*="column-media-"] img': {
108+
"margin-bottom": ".75em",
109+
}
91110
},
92111
},
93112
},

0 commit comments

Comments
 (0)