mirror of
https://github.com/carsonip/hugo-theme-minos
synced 2025-12-30 03:19:49 -08:00
Add smart toc
Smart table of contents will highlight and expand current section Fix #1
This commit is contained in:
@@ -697,6 +697,9 @@ a.article-title:hover,
|
||||
color: #000;
|
||||
text-decoration: none;
|
||||
}
|
||||
.article-toc li a.active {
|
||||
font-weight: bold;
|
||||
}
|
||||
@media screen and (min-width: 1400px) {
|
||||
.article-toc {
|
||||
display: block;
|
||||
|
||||
Reference in New Issue
Block a user