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:
authorAntoineD <1497894+Antoine-Derouin@users.noreply.github.com>2020-05-09 08:46:55 +0300
committerGitHub <noreply@github.com>2020-05-09 08:46:55 +0300
commit563ad57c8cfc69c3c9879603e282a3fbd57aeb22 (patch)
tree19ce46b914331ed509f7ce51d2ee3463e757a6c4
parentf26d61b52fb3221d064254220bd439518e301e7d (diff)
fix midnight theme
I had created a bug with the addition of the "gruvbox" theme, it's fixed!
-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