Skip to content

Commit

Permalink
chore(curriculum): emphasize first sidebar item
Browse files Browse the repository at this point in the history
  • Loading branch information
caugner committed Jan 31, 2024
1 parent 4afc72b commit 9495f5c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions client/src/curriculum/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,11 @@
}

.sidebar {
> ol:first-of-type > li:first-of-type {
font-size: var(--type-base-font-size-rem);
font-weight: bold;
}

li > em {
background-color: var(--background-toc-active);
border-left: 2px solid var(--category-color);
Expand Down

0 comments on commit 9495f5c

Please sign in to comment.