From fc6203a904795d8d74df8ab2d66f8769f2d2a96f Mon Sep 17 00:00:00 2001 From: maTh Date: Thu, 29 Sep 2022 21:48:17 +0200 Subject: all themes (#4663) --- p/themes/Mapco/_reader-view.scss | 26 ++++++++++++++++---------- 1 file changed, 16 insertions(+), 10 deletions(-) (limited to 'p/themes/Mapco/_reader-view.scss') 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%; + } + } + } } -- cgit v1.2.3