Skip to content

Commit b42f9de

Browse files
shubham-padiatimabbott
authored andcommitted
preferences: Increase contrast of setting text and nav items.
The text in the settings panel was unnecessarily fade, making it hard to read. Increasing the contrast makes it more readable. The setting text color is the same as the heading of the settings. This commit also changes the color of the nav items to be the same as `|` bar preceding it. https://chat.zulip.org/#narrow/channel/101-design/topic/zulip-desktop.20preferences.20contrast
1 parent 201faa9 commit b42f9de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/renderer/css/preference.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
background: rgb(239 239 239 / 100%);
1212
letter-spacing: -0.08px;
1313
line-height: 18px;
14-
color: rgb(139 142 143 / 100%);
14+
color: rgb(34 44 49 / 100%);
1515

1616
/* Copied from https://github.com/yairEO/tagify/blob/v4.17.7/src/tagify.scss#L4-L8 */
1717
--tagify-dd-color-primary: rgb(53 149 246);
@@ -101,7 +101,7 @@ td:nth-child(odd) {
101101

102102
.nav {
103103
padding: 7px 0;
104-
color: rgb(153 153 153 / 100%);
104+
color: rgb(70 78 90 / 100%);
105105
cursor: pointer;
106106
}
107107

0 commit comments

Comments
 (0)