feat: remove background

This commit is contained in:
DIYgod 2019-05-03 23:50:00 +08:00
parent 66176bc512
commit 531e7a3318
No known key found for this signature in database
GPG Key ID: EC0B76A252D3EF67
2 changed files with 0 additions and 8 deletions

View File

@ -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 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 ## Author
**ttrss-theme-rsshub** © [DIYgod](https://github.com/DIYgod), Released under the [MIT](./LICENSE) License.<br> **ttrss-theme-rsshub** © [DIYgod](https://github.com/DIYgod), Released under the [MIT](./LICENSE) License.<br>

View File

@ -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 '../tt-rss/css/default.less';
@import './feedly/_base.less'; @import './feedly/_base.less';