diff options
Diffstat (limited to 'p/themes/Pafat/pafat.rtl.css')
| -rw-r--r-- | p/themes/Pafat/pafat.rtl.css | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/p/themes/Pafat/pafat.rtl.css b/p/themes/Pafat/pafat.rtl.css index ae16105b9..2a9daf39f 100644 --- a/p/themes/Pafat/pafat.rtl.css +++ b/p/themes/Pafat/pafat.rtl.css @@ -902,12 +902,16 @@ a.signin { /*=== READER VIEW */ /*================*/ #stream.reader .flux { - padding: 0 0 50px; - background: #f0f0f0; + background: #fafafa; color: #41444f; border: none; } +#stream.reader .flux .content { + background-color: #fff; + border-color: #ddd; +} + #stream.reader .flux .author { margin: 0 0 10px; color: #666; |
