mirror of
https://github.com/laurent22/joplin.git
synced 2025-01-14 18:27:44 +02:00
Desktop: Make sidebar item font weight normal (not bold)
This commit is contained in:
parent
cb3e1cf1e9
commit
48e299916f
@ -68,7 +68,7 @@ function listItemTextColor(props:any) {
|
||||
|
||||
export const StyledListItemAnchor = styled.a`
|
||||
font-size: ${(props:any) => Math.round(props.theme.fontSize * 1.0833333)}px;
|
||||
font-weight: 500;
|
||||
// font-weight: 500;
|
||||
text-decoration: none;
|
||||
color: ${(props:any) => listItemTextColor(props)};
|
||||
cursor: default;
|
||||
|
Loading…
Reference in New Issue
Block a user