mirror of
https://github.com/clb92/better-light-theme-for-ttrss.git
synced 2025-12-05 13:02:02 +01:00
Remove 'system-ui' font family from many elements
This commit is contained in:
@@ -24,6 +24,11 @@ SOFTWARE.
|
||||
|
||||
@import "../themes/light.css";
|
||||
|
||||
/* Change the font to exclude 'system-ui' */
|
||||
body, .dijitTreeContent, .dijitButtonContents, .feed_title, .title {
|
||||
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
|
||||
}
|
||||
|
||||
/* Give main frame a padding */
|
||||
#headlines-frame {
|
||||
padding: 10px !important;
|
||||
|
||||
Reference in New Issue
Block a user