1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-01-17 18:44:45 +02:00

Desktop: Make sidebar item font weight normal (not bold)

This commit is contained in:
Laurent Cozic 2020-10-16 17:07:43 +01:00
parent cb3e1cf1e9
commit 48e299916f

View File

@ -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;