feat: remove background
This commit is contained in:
parent
66176bc512
commit
531e7a3318
|
|
@ -19,10 +19,6 @@ wget https://raw.githubusercontent.com/DIYgod/ttrss-theme-rsshub/master/dist/rss
|
|||
|
||||
2. Go into your tt-rss preferences and select the `rsshub.css` theme
|
||||
|
||||
### Custom background
|
||||
|
||||
Edit [the third line of rsshub.css](https://github.com/DIYgod/ttrss-theme-rsshub/blob/master/dist/rsshub.css#L3)
|
||||
|
||||
## Author
|
||||
|
||||
**ttrss-theme-rsshub** © [DIYgod](https://github.com/DIYgod), Released under the [MIT](./LICENSE) License.<br>
|
||||
|
|
|
|||
|
|
@ -1,7 +1,3 @@
|
|||
html body.ttrss_main {
|
||||
background-image: url("https://i.loli.net/2019/05/03/5ccc28e33fe7b.jpeg");
|
||||
}
|
||||
|
||||
@import '../tt-rss/css/default.less';
|
||||
@import './feedly/_base.less';
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue