diff options
Diffstat (limited to 'themes/night.css')
| -rw-r--r-- | themes/night.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/themes/night.css b/themes/night.css index 14bde744a..313077b6d 100644 --- a/themes/night.css +++ b/themes/night.css @@ -30,6 +30,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; @@ -1511,6 +1514,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; } |