File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -211,23 +211,23 @@ blockquote {
211
211
* Additional styling for examples (similar to blockquotes but no applied semantics).
212
212
*/
213
213
214
- .example ,
215
- .list--example {
214
+ .example {
215
+ padding : 1 px 0 1 px 1.5 rem ;
216
216
border-left : 0.25rem solid $color-info-border ;
217
217
color : $color-text-visual-de-emphasis ;
218
218
}
219
219
220
- .example {
221
- padding : 1px 0 1px 1.5rem ;
220
+ ol .example ,
221
+ ul .example {
222
+ padding : 1px 0 1px 3.25em ;
222
223
}
223
224
224
- .list-- example {
225
- padding : 1 px 0 1 px 3.25 em ;
225
+ ul . example {
226
+ list-style : circle ;
226
227
}
227
228
228
229
@include dark-mode {
229
- .example ,
230
- .list--example {
230
+ .example {
231
231
border-left-color : $dark-color-info-border ;
232
232
color : $dark-color-text-visual-de-emphasis ;
233
233
}
You can’t perform that action at this time.
0 commit comments