fix: fix legibility of settings text in dark themes (#965)

This commit is contained in:
Nolan Lawson 2019-02-11 19:49:18 -08:00 committed by GitHub
parent 73182552d4
commit de4016029f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -32,4 +32,9 @@
--compose-autosuggest-outline: #{lighten($border-color, 20%)};
--file-drop-mask: #{rgba(30, 30, 30, 0.8)};
--settings-list-item-text: #{$main-text-color};
--settings-list-item-text-hover: #{$main-text-color};
--settings-list-item-bg-active: #{lighten($main-bg-color, 7%)};
--settings-list-item-bg-hover: #{lighten($main-bg-color, 3%)};
}