1
0
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:
Henry Heino
2025-01-18 04:41:45 -08:00
committed by GitHub
parent 29e55b8231
commit c58aac9387
4 changed files with 8 additions and 7 deletions

View File

@@ -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(),