Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/jangernert/FeedReader.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Lukas Gernert <jangernert@gmail.com>2020-05-09 09:00:32 +0300
committerGitHub <noreply@github.com>2020-05-09 09:00:32 +0300
commit1335aaf1c865e51709ff91537669d7723897a212 (patch)
tree19ce46b914331ed509f7ce51d2ee3463e757a6c4
parentf26d61b52fb3221d064254220bd439518e301e7d (diff)
parent563ad57c8cfc69c3c9879603e282a3fbd57aeb22 (diff)
Merge pull request #991 from Antoine-Derouin/patch-1
fix midnight theme
-rw-r--r--data/ArticleView/style.css9
1 files changed, 0 insertions, 9 deletions
diff --git a/data/ArticleView/style.css b/data/ArticleView/style.css
index 916fe682..15a67a25 100644
--- a/data/ArticleView/style.css
+++ b/data/ArticleView/style.css
@@ -605,12 +605,3 @@ body.theme.gruvbox div.frcontent h3,
body.theme.gruvbox div.frcontent h4 {
color: #928374;
}
-
-body.theme.midnight div.frcontent body,
-body.theme.midnight div.frcontent ul,
-body.theme.midnight div.frcontent figcaption,
-body.theme.midnight div.frcontent h5,
-body.theme.midnight div.frcontent h6,
-body.theme.midnight div.frcontent p {
- color: #fbf1c7;
-} \ No newline at end of file