diff --git a/app/renderer/css/preference.css b/app/renderer/css/preference.css index 8870facd..cf8a71dd 100644 --- a/app/renderer/css/preference.css +++ b/app/renderer/css/preference.css @@ -11,7 +11,7 @@ background: rgb(239 239 239 / 100%); letter-spacing: -0.08px; line-height: 18px; - color: rgb(139 142 143 / 100%); + color: rgb(34 44 49 / 100%); /* Copied from https://github.com/yairEO/tagify/blob/v4.17.7/src/tagify.scss#L4-L8 */ --tagify-dd-color-primary: rgb(53 149 246); @@ -101,7 +101,7 @@ td:nth-child(odd) { .nav { padding: 7px 0; - color: rgb(153 153 153 / 100%); + color: rgb(70 78 90 / 100%); cursor: pointer; }