aboutsummaryrefslogtreecommitdiff
path: root/p/themes/BlueLagoon/BlueLagoon.css
diff options
context:
space:
mode:
authorGravatar maTh <math-home@web.de> 2022-09-29 21:48:17 +0200
committerGravatar GitHub <noreply@github.com> 2022-09-29 21:48:17 +0200
commitfc6203a904795d8d74df8ab2d66f8769f2d2a96f (patch)
treeb95ad10612257071a3ae636ee7ca9fb8d63c5a2d /p/themes/BlueLagoon/BlueLagoon.css
parentfedbda4f6acbc5f5c09ad90a7b7972595695a3de (diff)
all themes (#4663)
Diffstat (limited to 'p/themes/BlueLagoon/BlueLagoon.css')
-rw-r--r--p/themes/BlueLagoon/BlueLagoon.css12
1 files changed, 10 insertions, 2 deletions
diff --git a/p/themes/BlueLagoon/BlueLagoon.css b/p/themes/BlueLagoon/BlueLagoon.css
index 4f290c97c..31e283209 100644
--- a/p/themes/BlueLagoon/BlueLagoon.css
+++ b/p/themes/BlueLagoon/BlueLagoon.css
@@ -1024,12 +1024,20 @@ a.btn {
/*=== READER VIEW */
/*================*/
#stream.reader .flux {
- padding: 0 0 50px;
- background: #f0f0f0;
+ background: #f9f7f4;
color: #333;
border: none;
}
+#stream.reader .flux_content {
+ background: none;
+}
+
+#stream.reader .flux .content {
+ background-color: #fff;
+ border-color: #ddd;
+}
+
#stream.reader .flux .author {
margin: 0 0 10px;
color: #666;