a more compact "Dark" theme for FreshRSS.
Go to file
n 4931c2792b fix code block 2020-01-05 16:13:28 +01:00
thumbs Dark-compact for FreshRSS 2020-01-05 16:10:47 +01:00
LICENSE Initial commit 2020-01-05 15:19:36 +01:00
README.md fix code block 2020-01-05 16:13:28 +01:00
dark-compact.css Dark-compact for FreshRSS 2020-01-05 16:10:47 +01:00
loader.gif Dark-compact for FreshRSS 2020-01-05 16:10:47 +01:00
metadata.json Dark-compact for FreshRSS 2020-01-05 16:10:47 +01:00

README.md

freshrss-theme-dark-compact

A more compact "Dark" theme for FreshRSS.

Two ways of getting this done:

  1. Clone/copy files to p/themes/Dark-compact/ in FreshRSS directory, or

  2. Get xExtension-CustomCSS from FreshRSS extensions, activate it and copy/paste this in extension's settings:

     /* compact mode :) */
     .flux .item {
             line-height: 30px;
     }
     .tree-folder-title {
             font-size: 1rem;
             line-height: 2.1rem;
    
     }
     .flux_header .title {
         font-size: 0.8rem;
     }