Skip to content

Commit

Permalink
Make sidebar font thiner
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-otero committed Nov 14, 2024
1 parent b7000c8 commit a01b30e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,11 @@ footer {
font-size: x-large;
}

/* Custom menu format */
.menu {
font-weight: var(--ifm-font-weight-regular);
}

/* Style ordered list markers */
ol>li::marker {
color: var(--ifm-color-primary);
Expand Down

0 comments on commit a01b30e

Please sign in to comment.