Import theme
This commit is contained in:
parent
51769fa6be
commit
c59ffbfeee
127 changed files with 13611 additions and 1 deletions
25
assets/scss/partials/vendors/_tableofcontents.scss
vendored
Normal file
25
assets/scss/partials/vendors/_tableofcontents.scss
vendored
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
@use 'modules/variables' as var;
|
||||
|
||||
#TableOfContents {
|
||||
display: block;
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
#TableOfContents ul {
|
||||
list-style: none;
|
||||
line-height: 1.9em;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
#TableOfContents > ul {
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
#TableOfContents li a {
|
||||
display: inherit;
|
||||
color: var.$info;
|
||||
}
|
||||
|
||||
#TableOfContents li a:hover {
|
||||
display: inherit;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue