aboutsummaryrefslogtreecommitdiff
path: root/p/themes/Flat
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/Flat
parentfedbda4f6acbc5f5c09ad90a7b7972595695a3de (diff)
all themes (#4663)
Diffstat (limited to 'p/themes/Flat')
-rw-r--r--p/themes/Flat/flat.css8
-rw-r--r--p/themes/Flat/flat.rtl.css8
2 files changed, 12 insertions, 4 deletions
diff --git a/p/themes/Flat/flat.css b/p/themes/Flat/flat.css
index d7541f99f..ac6585c6f 100644
--- a/p/themes/Flat/flat.css
+++ b/p/themes/Flat/flat.css
@@ -925,12 +925,16 @@ a.btn {
/*=== READER VIEW */
/*================*/
#stream.reader .flux {
- padding: 0 0 50px;
- background: #ecf0f1;
+ background: #fafafa;
color: #34495e;
border: none;
}
+#stream.reader .flux .content {
+ background-color: #fff;
+ border-color: #ecf0f1;
+}
+
#stream.reader .flux .author {
margin: 0 0 10px;
color: #999;
diff --git a/p/themes/Flat/flat.rtl.css b/p/themes/Flat/flat.rtl.css
index 0cf0dbdc1..dc57e6d24 100644
--- a/p/themes/Flat/flat.rtl.css
+++ b/p/themes/Flat/flat.rtl.css
@@ -925,12 +925,16 @@ a.btn {
/*=== READER VIEW */
/*================*/
#stream.reader .flux {
- padding: 0 0 50px;
- background: #ecf0f1;
+ background: #fafafa;
color: #34495e;
border: none;
}
+#stream.reader .flux .content {
+ background-color: #fff;
+ border-color: #ecf0f1;
+}
+
#stream.reader .flux .author {
margin: 0 0 10px;
color: #999;