You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-07-13 00:10:37 +02:00
Desktop: Make sidebar item font weight normal (not bold)
This commit is contained in:
@ -68,7 +68,7 @@ function listItemTextColor(props:any) {
|
|||||||
|
|
||||||
export const StyledListItemAnchor = styled.a`
|
export const StyledListItemAnchor = styled.a`
|
||||||
font-size: ${(props:any) => Math.round(props.theme.fontSize * 1.0833333)}px;
|
font-size: ${(props:any) => Math.round(props.theme.fontSize * 1.0833333)}px;
|
||||||
font-weight: 500;
|
// font-weight: 500;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
color: ${(props:any) => listItemTextColor(props)};
|
color: ${(props:any) => listItemTextColor(props)};
|
||||||
cursor: default;
|
cursor: default;
|
||||||
|
Reference in New Issue
Block a user