mirror of
https://github.com/BBaoVanC/bobatheme.git
synced 2025-06-13 09:57:30 -05:00
Make table of contents collapsible
This commit is contained in:
@ -62,8 +62,14 @@
|
||||
|
||||
|
||||
/* Content formatting */
|
||||
#table-of-contents h2 {
|
||||
font-size: 20px;
|
||||
#table-of-contents {
|
||||
background-color: #222;
|
||||
padding: 8px 20px;
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
#table-of-contents summary {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.content, footer {
|
||||
|
Reference in New Issue
Block a user