Introduction du nouveau thème
This commit is contained in:
24
themes/42/assets/css/table-of-contents.css
Normal file
24
themes/42/assets/css/table-of-contents.css
Normal file
@@ -0,0 +1,24 @@
|
||||
#TableOfContents {
|
||||
font-size: 1.25rem;
|
||||
text-align: left;
|
||||
padding: var(--padding);
|
||||
max-width: var(--width-content-max);
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: var(--gap-half);
|
||||
|
||||
ol ol {
|
||||
margin-left: var(--margin);
|
||||
}
|
||||
|
||||
ol,
|
||||
li {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: var(--gap-half);
|
||||
}
|
||||
|
||||
a {
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user