Skip to content

Commit 7e4c13d

Browse files
committed
Better
1 parent 5ef3c1c commit 7e4c13d

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

src/assets/sass/modules/_typography.scss

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -211,23 +211,23 @@ blockquote {
211211
* Additional styling for examples (similar to blockquotes but no applied semantics).
212212
*/
213213

214-
.example,
215-
.list--example {
214+
.example {
215+
padding: 1px 0 1px 1.5rem;
216216
border-left: 0.25rem solid $color-info-border;
217217
color: $color-text-visual-de-emphasis;
218218
}
219219

220-
.example {
221-
padding: 1px 0 1px 1.5rem;
220+
ol.example,
221+
ul.example {
222+
padding: 1px 0 1px 3.25em;
222223
}
223224

224-
.list--example {
225-
padding: 1px 0 1px 3.25em;
225+
ul.example {
226+
list-style: circle;
226227
}
227228

228229
@include dark-mode {
229-
.example,
230-
.list--example {
230+
.example {
231231
border-left-color: $dark-color-info-border;
232232
color: $dark-color-text-visual-de-emphasis;
233233
}

0 commit comments

Comments
 (0)