Skip to content

Commit

Permalink
sidebar link font size
Browse files Browse the repository at this point in the history
  • Loading branch information
SYwaves committed May 9, 2024
1 parent 1fafb19 commit 7588d35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion p2-core.css
Original file line number Diff line number Diff line change
Expand Up @@ -1180,7 +1180,7 @@ div#account-options > ul > li > a:is(:hover, :focus)::before,
:is(#side-bar, #interwiki) .menu-item a {
display: inline-block;
padding: .375em .575rem;
font-size: calc(var(--base-font-size)*0.925);
font-size: var(--side-bar-link-font-size);
color: rgb(var(--side-bar-link-color));
flex-grow: 1;
isolation: isolate;
Expand Down

0 comments on commit 7588d35

Please sign in to comment.