Bold current chapter and section, closes #1444 (#1466)

This commit is contained in:
Mine Cetinkaya-Rundel 2023-05-17 14:28:32 -04:00 committed by GitHub
parent 149ef1f3cc
commit 10ab439518
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

View File

@ -8,6 +8,14 @@ $primary: #637238 !default;
color: #637238; color: #637238;
} }
div.sidebar-item-container .active {
font-weight: bold;
}
.sidebar nav[role=doc-toc] ul>li>a.active, .sidebar nav[role=doc-toc] ul>li>ul>li>a.active{
font-weight: bold;
}
img.quarto-cover-image { img.quarto-cover-image {
box-shadow: 0 .5rem 1rem rgba(0,0,0,.15); box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
} }