Skip to content

Commit

Permalink
Bold current chapter and section, closes hadley#1444 (hadley#1466)
Browse files Browse the repository at this point in the history
  • Loading branch information
mine-cetinkaya-rundel authored May 17, 2023
1 parent 149ef1f commit 10ab439
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions r4ds.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@ $primary: #637238 !default;
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 {
box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
}
Expand Down

0 comments on commit 10ab439

Please sign in to comment.