We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fc33e8 commit 0a8622bCopy full SHA for 0a8622b
website/src/css/custom.css
@@ -187,21 +187,23 @@
187
position: relative;
188
list-style: initial;
189
}
190
+ /*
191
code {
192
border-radius: 4px;
193
background-color: #edf2fa;
194
border: none;
195
padding: 3px 4px;
196
font-size: 14px;
197
color: #4c576c;
- }
198
+ }*/
199
200
ol {
201
margin: 16px 0;
202
padding-left: 20px;
203
li {
204
list-style: decimal;
205
206
207
208
209
@@ -210,6 +212,7 @@
210
212
211
213
214
215
+ */
216
217
218
0 commit comments