You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-11-23 22:36:32 +02:00
Desktop: Accessibility: Improve sidebar content contrast (#11638)
This commit is contained in:
@@ -215,7 +215,7 @@ export function extraStyles(theme: Theme) {
|
||||
...fontSizes,
|
||||
selectedDividerColor: Color(theme.dividerColor).darken(0.2).hex(),
|
||||
iconColor,
|
||||
colorFaded2: Color(theme.color2).alpha(0.5).rgb(),
|
||||
colorFaded2: Color(theme.color2).alpha(0.52).rgb(),
|
||||
colorHover2: Color(theme.color2).alpha(0.7).rgb(),
|
||||
colorActive2: Color(theme.color2).alpha(0.9).rgb(),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user