This commit is contained in:
Madison Scott-Clary
2022-11-02 10:38:02 -07:00
parent e93ce096db
commit fba5f80aee
10 changed files with 268 additions and 0 deletions

View File

@ -41,6 +41,20 @@
border-top-right-radius: 2px;
}
#TableOfContents {
line-height: 1.2;
border: 1px solid #ccc;
width: max-content;
margin: 0 auto;
ul {
list-style-type: decimal;
&:first-child {
margin: 1rem;
}
}
}
.cw {
display: block;
color: #300;