1
0
Fork 0
freshrss-theme-dark-compact/README.md

23 lines
619 B
Markdown
Raw Normal View History

2020-01-05 15:19:36 +01:00
# freshrss-theme-dark-compact
2020-01-05 16:10:47 +01:00
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](https://github.com/FreshRSS/Extensions), activate it and copy/paste this in extension's settings:
2020-01-05 16:13:28 +01:00
/* compact mode :) */
.flux .item {
line-height: 30px;
}
.tree-folder-title {
font-size: 1rem;
line-height: 2.1rem;
}
.flux_header .title {
font-size: 0.8rem;
}
2020-01-05 16:10:47 +01:00