aboutsummaryrefslogtreecommitdiff
path: root/p/themes/Mapco/_reader-view.scss
diff options
context:
space:
mode:
Diffstat (limited to 'p/themes/Mapco/_reader-view.scss')
-rw-r--r--p/themes/Mapco/_reader-view.scss26
1 files changed, 16 insertions, 10 deletions
diff --git a/p/themes/Mapco/_reader-view.scss b/p/themes/Mapco/_reader-view.scss
index 3390985b0..81046aa89 100644
--- a/p/themes/Mapco/_reader-view.scss
+++ b/p/themes/Mapco/_reader-view.scss
@@ -2,15 +2,21 @@
/*=== READER VIEW */
/*================*/
-#stream.reader .flux {
- padding: 0 0 50px;
- background: variables.$grey-light;
- color: variables.$main-font-color;
- border: none;
-}
+#stream.reader {
+ .flux {
+ background: variables.$grey-light;
+ color: variables.$main-font-color;
+ border: none;
+
+ .content {
+ background-color: variables.$white;
+ border: none;
-#stream.reader .flux .author {
- margin: 0 0 10px;
- color: variables.$grey-medium-dark;
- font-size: 90%;
+ .author {
+ margin: 0 0 10px;
+ color: variables.$grey-medium-dark;
+ font-size: 90%;
+ }
+ }
+ }
}