mirror of
https://github.com/clb92/better-light-theme-for-ttrss.git
synced 2025-12-05 13:02:02 +01:00
Missed font change on a few classes
This commit is contained in:
@@ -24,8 +24,8 @@ SOFTWARE.
|
|||||||
|
|
||||||
@import "../themes/light.css";
|
@import "../themes/light.css";
|
||||||
|
|
||||||
/* Change the font to exclude 'system-ui' */
|
/* Change the font to not use 'system-ui' */
|
||||||
body, .dijitTreeContent, .dijitButtonContents, .feed_title, .title {
|
body, .dijitTreeContent, .dijitButtonContents, .feed_title, .title, .counterNode, .dijitMenuItemLabel {
|
||||||
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
|
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user