Skip to content

Commit

Permalink
revert changes
Browse files Browse the repository at this point in the history
  • Loading branch information
hichemfantar committed Jan 2, 2025
1 parent 8830a68 commit a058c72
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions website/src/css/customTheme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1101,19 +1101,20 @@ div[class^="tableOfContents"] {
font-weight: 500;
margin-left: -16px;
padding-left: 12px;
color: var(--ifm-link-color);
border-left: 4px solid var(--ifm-link-color);
color: var(--ifm-font-color-base);
border-left: 4px solid var(--brand);

code {
color: var(--ifm-link-color);
font-weight: 900;
font-weight: 600;
color: var(--ifm-font-color-base);
white-space: nowrap;
}

&:hover {
color: var(--ifm-link-color);
color: var(--ifm-font-color-base);

code {
color: var(--ifm-link-color);
color: var(--ifm-font-color-base);
}
}
}
Expand Down

0 comments on commit a058c72

Please sign in to comment.