Skip to content

Commit a68c5e9

Browse files
authored
Reduced a little font-size in toc sidebar (alshedivat#1376)
Signed-off-by: George Araujo <george.gcac@gmail.com>
1 parent 6f91146 commit a68c5e9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

_sass/_base.scss

+3-3
Original file line numberDiff line numberDiff line change
@@ -865,12 +865,12 @@ nav[data-toggle="toc"] {
865865
top: 5rem;
866866

867867
.nav .nav>li>a {
868-
font-size: .875rem;
868+
font-size: .75rem;
869869
}
870870

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

875875
&:hover {
876876
color: var(--global-hover-color);
@@ -881,7 +881,7 @@ nav[data-toggle="toc"] {
881881
.nav-link.active {
882882
color: var(--global-theme-color);
883883
border-left-color: var(--global-theme-color);
884-
font-size: .875rem;
884+
font-size: .75rem;
885885

886886
&:hover {
887887
color: var(--global-hover-color);

0 commit comments

Comments
 (0)