This commit is contained in:
2021-11-13 23:31:20 -06:00
parent 179eda3450
commit f6140abc26
3 changed files with 19 additions and 2 deletions

View File

@ -142,10 +142,17 @@
/* Content formatting */
.series-box {
background-color: #222;
padding: 16px;
border-radius: 8px;
margin: 20px 0;
}
#table-of-contents {
background-color: #222;
padding: 8px 20px;
border-radius: 5px;
border-radius: 8px;
}
#table-of-contents summary {