diff --git a/better-light-theme-for-ttrss.css b/better-light-theme-for-ttrss.css index cb1b7d0..5dc0a66 100644 --- a/better-light-theme-for-ttrss.css +++ b/better-light-theme-for-ttrss.css @@ -24,8 +24,8 @@ SOFTWARE. @import "../themes/light.css"; -/* Change the font to exclude 'system-ui' */ -body, .dijitTreeContent, .dijitButtonContents, .feed_title, .title { +/* Change the font to not use 'system-ui' */ +body, .dijitTreeContent, .dijitButtonContents, .feed_title, .title, .counterNode, .dijitMenuItemLabel { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important; }