From 531e7a3318a227e8d1aa7fa6ed2e402889128588 Mon Sep 17 00:00:00 2001 From: DIYgod Date: Fri, 3 May 2019 23:50:00 +0800 Subject: [PATCH] feat: remove background --- README.md | 4 ---- src/rsshub.less | 4 ---- 2 files changed, 8 deletions(-) diff --git a/README.md b/README.md index 57996ed..f5d7619 100644 --- a/README.md +++ b/README.md @@ -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.
diff --git a/src/rsshub.less b/src/rsshub.less index 5456889..ae36809 100644 --- a/src/rsshub.less +++ b/src/rsshub.less @@ -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';