mirror of
https://github.com/welpo/tabi.git
synced 2025-12-17 04:48:44 +01:00
feat(series): remove introduction types
This commit is contained in:
parent
1b884a8ac5
commit
127a1c80ce
8 changed files with 9 additions and 73 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue