diff options
Diffstat (limited to 'themes/compact_night.css')
| -rw-r--r-- | themes/compact_night.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/themes/compact_night.css b/themes/compact_night.css index 4ad5e217a..11e822b56 100644 --- a/themes/compact_night.css +++ b/themes/compact_night.css @@ -29,6 +29,9 @@ body.ttrss_main { body.ttrss_main :focus { outline: none; } +body.ttrss_main select[multiple="multiple"] option { + font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; +} body.ttrss_main .post { padding: 0; font-size: 13px; @@ -1510,6 +1513,9 @@ body.ttrss_prefs h4 { font-weight: 600; color: #ccc; } +body.ttrss_prefs select[multiple="multiple"] option { + font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; +} body.ttrss_prefs .text-muted { color: #999999; } |