feat(series): remove introduction types

This commit is contained in:
ZzMzaw 2024-10-09 07:14:50 +02:00
parent 1b884a8ac5
commit 127a1c80ce
8 changed files with 9 additions and 73 deletions

View file

@ -253,28 +253,3 @@ details summary {
[data-force-text-direction="rtl"] * {
direction: inherit;
}
.series-page-introduction {
margin-top: 1rem;
margin-bottom: 1rem;
border: 1px solid var(--primary-color);
border-left-width: 0.3rem;
border-radius: 10px;
padding: 1rem;
p {
margin: 0;
}
summary::marker {
color: var(--primary-color);
font-size: 1.3rem;
}
details {
ol {
margin-top: 0;
margin-bottom: 0;
}
}
}