summaryrefslogtreecommitdiff
path: root/p/themes/Ansum/ansum.css
diff options
context:
space:
mode:
Diffstat (limited to 'p/themes/Ansum/ansum.css')
-rw-r--r--p/themes/Ansum/ansum.css8
1 files changed, 5 insertions, 3 deletions
diff --git a/p/themes/Ansum/ansum.css b/p/themes/Ansum/ansum.css
index c04a16937..ad48d4f8f 100644
--- a/p/themes/Ansum/ansum.css
+++ b/p/themes/Ansum/ansum.css
@@ -1104,13 +1104,15 @@ main.prompt {
/*=== READER VIEW */
/*================*/
#stream.reader .flux {
- padding: 0 0 50px;
background: #f5f0ec;
color: #363330;
border: none;
}
-
-#stream.reader .flux .author {
+#stream.reader .flux .content {
+ background-color: #fff;
+ border: none;
+}
+#stream.reader .flux .content .author {
margin: 0 0 10px;
color: #ba9;
font-size: 90%;