Skip to content

Commit

Permalink
Improve aside contrast ratio
Browse files Browse the repository at this point in the history
  • Loading branch information
clementbiron committed Apr 15, 2024
1 parent a3c1de9 commit a87f2e6
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,17 @@
}

.aside_item-current{
background-color:var(--colorBlack200);
background-color: var(--colorPrimary);

& > a,
& > span{
font-weight:bold;
}

& > a,
& #TableOfContents a{
color: var(--colorWhite);
}
}

.aside_item_section{
Expand Down

0 comments on commit a87f2e6

Please sign in to comment.