-3
appview/pages/templates/repo/issues/issue.html
-3
appview/pages/templates/repo/issues/issue.html
+12
-2
tailwind.config.js
+12
-2
tailwind.config.js
···
45
45
},
46
46
"code::before": {
47
47
content: '""',
48
-
"padding-left": "0.25rem"
49
48
},
50
49
"code::after": {
51
50
content: '""',
52
-
"padding-right": "0.25rem"
53
51
},
54
52
blockquote: {
55
53
quotes: "none",
54
+
},
55
+
'h1, h2, h3, h4': {
56
+
"@apply mt-4 mb-2": {}
57
+
},
58
+
h1: {
59
+
"@apply mt-3 pb-3 border-b border-gray-300 dark:border-gray-600": {}
60
+
},
61
+
h2: {
62
+
"@apply mt-3 pb-3 border-b border-gray-200 dark:border-gray-700": {}
63
+
},
64
+
h3: {
65
+
"@apply mt-2": {}
56
66
},
57
67
},
58
68
},