mirror of
https://github.com/ethauvin/kobalt-doc.git
synced 2025-04-25 12:07:10 -07:00
Better TOC.
This commit is contained in:
parent
0a6d74672c
commit
e52dfcc1da
2 changed files with 33 additions and 10 deletions
|
@ -1,3 +1,17 @@
|
|||
#table-of-contents {
|
||||
border: solid 1px #cccccc;
|
||||
border-radius: 10px;
|
||||
}
|
||||
|
||||
.toc-item {
|
||||
padding: 2px;
|
||||
}
|
||||
|
||||
.toc-item a:hover {
|
||||
background: #48D1CC;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.bs-callout {
|
||||
padding: 20px;
|
||||
margin: 20px 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue