trwnh.com/unified.test.hugo/assets/styles/components/series-list.scss

25 lines
306 B
SCSS
Raw Normal View History

2024-10-18 07:33:33 +00:00
.series-hint {
font-style: italic;
.series-link {
font-style: initial;
}
}
.series-list {
list-style: none;
padding-inline-start: 1em;
.current-post {
font-weight: bold;
}
.series-post {
margin-block: 0.5em;
&__part {
margin-inline-end: 0.5em;
}
&__title {
}
&__link {
}
}
}