mirror of
https://github.com/ItsDrike/itsdrike.com.git
synced 2024-11-10 05:59:41 +00:00
Add styling for table of contents
This commit is contained in:
parent
b870b3b2d8
commit
2d076e318a
|
@ -65,3 +65,25 @@ footer {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
#TableOfContents {
|
||||
font-size: $font-size-base;
|
||||
|
||||
ul {
|
||||
list-style-type: none;
|
||||
}
|
||||
|
||||
& > ul {
|
||||
margin-bottom: 0;
|
||||
padding-left: $spacer;
|
||||
|
||||
li {
|
||||
text-indent: -5px;
|
||||
|
||||
&::before {
|
||||
margin-right: 5px;
|
||||
content: "-";
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue