To realize which chapter and section are active (#1631)

This commit is contained in:
Andrea Borruso 2024-08-26 15:14:53 +02:00 committed by GitHub
parent ffa062adae
commit 24e3c77280
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -236,3 +236,11 @@ img {
--md-footer-fg-color: #800000;
--md-footer-fg-color: #eae2cb;
}
md-nav__link--active {
text-decoration: underline;
}
md-nav__link--active {
text-decoration: underline;
}