aboutsummaryrefslogtreecommitdiff
path: root/p/themes/Dark/dark.css
diff options
context:
space:
mode:
authorGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2014-10-24 14:53:38 +0200
committerGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2014-10-24 14:53:38 +0200
commitcdad09ae2c363ee74ef7feba58e00e3500a35317 (patch)
tree1745c8684325ee41112cd3b6a1d0697756f89920 /p/themes/Dark/dark.css
parent27c380400dc715441c4193d7c4a7056f960fbfd5 (diff)
Fix feed colors on subscription page (all themes)
Diffstat (limited to 'p/themes/Dark/dark.css')
-rw-r--r--p/themes/Dark/dark.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/p/themes/Dark/dark.css b/p/themes/Dark/dark.css
index 1f26224e4..e551aa9c0 100644
--- a/p/themes/Dark/dark.css
+++ b/p/themes/Dark/dark.css
@@ -571,15 +571,19 @@ a.btn {
.feed.item.error.active {
background: #a44;
}
+.feed.item.empty,
.feed.item.empty > a {
color: #c95;
}
+.feed.item.error,
.feed.item.error > a {
color: #a44;
}
+.feed.item.empty.active,
.feed.item.empty.active > a {
color: #111;
}
+.feed.item.error.active,
.feed.item.error.active > a {
color: #fff;
}