fix code block
This commit is contained in:
parent
5a93486766
commit
4931c2792b
1 changed files with 12 additions and 12 deletions
24
README.md
24
README.md
|
@ -7,16 +7,16 @@ Two ways of getting this done:
|
||||||
1. Clone/copy files to p/themes/Dark-compact/ in FreshRSS directory, or
|
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:
|
2. Get xExtension-CustomCSS from [FreshRSS extensions](https://github.com/FreshRSS/Extensions), activate it and copy/paste this in extension's settings:
|
||||||
|
|
||||||
/* compact mode :) */
|
/* compact mode :) */
|
||||||
.flux .item {
|
.flux .item {
|
||||||
line-height: 30px;
|
line-height: 30px;
|
||||||
}
|
}
|
||||||
.tree-folder-title {
|
.tree-folder-title {
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
line-height: 2.1rem;
|
line-height: 2.1rem;
|
||||||
|
|
||||||
}
|
}
|
||||||
.flux_header .title {
|
.flux_header .title {
|
||||||
font-size: 0.8rem;
|
font-size: 0.8rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue