diff options
| author | 2014-10-24 14:53:38 +0200 | |
|---|---|---|
| committer | 2014-10-24 14:53:38 +0200 | |
| commit | cdad09ae2c363ee74ef7feba58e00e3500a35317 (patch) | |
| tree | 1745c8684325ee41112cd3b6a1d0697756f89920 /p/themes/Dark/dark.css | |
| parent | 27c380400dc715441c4193d7c4a7056f960fbfd5 (diff) | |
Fix feed colors on subscription page (all themes)
Diffstat (limited to 'p/themes/Dark/dark.css')
| -rw-r--r-- | p/themes/Dark/dark.css | 4 |
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; } |
