Skip to content

Commit

Permalink
Reduced a little font-size in toc sidebar (alshedivat#1376)
Browse files Browse the repository at this point in the history
Signed-off-by: George Araujo <george.gcac@gmail.com>
  • Loading branch information
george-gca committed Apr 27, 2023
1 parent ee2c859 commit 9bf4a26
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions _sass/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -865,12 +865,12 @@ nav[data-toggle="toc"] {
top: 5rem;

.nav .nav>li>a {
font-size: .875rem;
font-size: .75rem;
}

.nav>li>a {
color: var(--global-text-color);
font-size: .875rem;
font-size: .75rem;

&:hover {
color: var(--global-hover-color);
Expand All @@ -881,7 +881,7 @@ nav[data-toggle="toc"] {
.nav-link.active {
color: var(--global-theme-color);
border-left-color: var(--global-theme-color);
font-size: .875rem;
font-size: .75rem;

&:hover {
color: var(--global-hover-color);
Expand Down

0 comments on commit 9bf4a26

Please sign in to comment.