prev-cli 0.3.2 → 0.3.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/theme/styles.css +16 -16
package/package.json
CHANGED
package/src/theme/styles.css
CHANGED
|
@@ -103,19 +103,19 @@
|
|
|
103
103
|
.prev-content h2 {
|
|
104
104
|
font-size: 1.5rem;
|
|
105
105
|
font-weight: 600;
|
|
106
|
-
margin-top:
|
|
106
|
+
margin-top: 2.5rem;
|
|
107
107
|
margin-bottom: 1.25rem;
|
|
108
|
-
padding-bottom: 0.
|
|
108
|
+
padding-bottom: 0.25rem;
|
|
109
109
|
border-bottom: 1px solid var(--fd-border);
|
|
110
|
-
line-height: 1.
|
|
110
|
+
line-height: 1.25;
|
|
111
111
|
color: var(--fd-foreground);
|
|
112
112
|
}
|
|
113
113
|
|
|
114
114
|
.prev-content h3 {
|
|
115
115
|
font-size: 1.25rem;
|
|
116
116
|
font-weight: 600;
|
|
117
|
-
margin-top:
|
|
118
|
-
margin-bottom:
|
|
117
|
+
margin-top: 2rem;
|
|
118
|
+
margin-bottom: 1rem;
|
|
119
119
|
line-height: 1.4;
|
|
120
120
|
color: var(--fd-foreground);
|
|
121
121
|
}
|
|
@@ -123,29 +123,29 @@
|
|
|
123
123
|
.prev-content h4 {
|
|
124
124
|
font-size: 1.125rem;
|
|
125
125
|
font-weight: 600;
|
|
126
|
-
margin-top: 1.
|
|
127
|
-
margin-bottom: 0.
|
|
126
|
+
margin-top: 1.5rem;
|
|
127
|
+
margin-bottom: 0.75rem;
|
|
128
128
|
color: var(--fd-foreground);
|
|
129
129
|
}
|
|
130
130
|
|
|
131
131
|
/* Paragraph spacing */
|
|
132
132
|
.prev-content p {
|
|
133
133
|
margin-top: 0;
|
|
134
|
-
margin-bottom: 1.
|
|
134
|
+
margin-bottom: 1.25rem;
|
|
135
135
|
}
|
|
136
136
|
|
|
137
137
|
/* List styling */
|
|
138
138
|
.prev-content ul,
|
|
139
139
|
.prev-content ol {
|
|
140
|
-
margin-top:
|
|
141
|
-
margin-bottom: 1.
|
|
142
|
-
padding-left: 1.
|
|
140
|
+
margin-top: 1rem;
|
|
141
|
+
margin-bottom: 1.5rem;
|
|
142
|
+
padding-left: 1.5rem;
|
|
143
143
|
}
|
|
144
144
|
|
|
145
145
|
.prev-content li {
|
|
146
|
-
margin-top: 0.
|
|
147
|
-
margin-bottom: 0.
|
|
148
|
-
padding-left: 0.
|
|
146
|
+
margin-top: 0.5rem;
|
|
147
|
+
margin-bottom: 0.5rem;
|
|
148
|
+
padding-left: 0.375rem;
|
|
149
149
|
}
|
|
150
150
|
|
|
151
151
|
.prev-content li::marker {
|
|
@@ -187,8 +187,8 @@
|
|
|
187
187
|
|
|
188
188
|
/* Code block styling */
|
|
189
189
|
.prev-content pre {
|
|
190
|
-
margin: 1.
|
|
191
|
-
padding: 1.25rem
|
|
190
|
+
margin: 1.25rem 0 1.5rem 0;
|
|
191
|
+
padding: 1rem 1.25rem;
|
|
192
192
|
background: var(--fd-muted);
|
|
193
193
|
border-radius: 0.5rem;
|
|
194
194
|
overflow-x: auto;
|