website/styles/components/_bibliography.scss

10 lines
120 B
SCSS
Raw Normal View History

2024-04-28 00:26:19 +02:00
.bibliography {
li {
padding-left: 0.7em;
&::marker {
content: '[' counter(list-item) ']';
}
}
2023-06-17 15:37:34 +02:00
}