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

26 lines
332 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;
2024-11-13 17:24:48 +00:00
padding-inline-start: 0em;
2024-10-18 07:33:33 +00:00
.current-post {
font-weight: bold;
}
.series-post {
margin-block: 0.5em;
2024-11-13 17:24:48 +00:00
margin-inline-start: 0;
2024-10-18 07:33:33 +00:00
&__part {
margin-inline-end: 0.5em;
}
&__title {
}
&__link {
}
}
}