mirror of
https://github.com/tree-sitter/tree-sitter.git
synced 2026-09-10 07:26:23 -04:00
14 lines
200 B
CSS
14 lines
200 B
CSS
#main-content, #table-of-contents {
|
|
margin-top: 20px;
|
|
}
|
|
|
|
#table-of-contents {
|
|
padding: 10px;
|
|
border-radius: 10px;
|
|
border: 1px solid #ddd;
|
|
}
|
|
|
|
.nav-link.active {
|
|
text-decoration: underline;
|
|
}
|