diff options
| author | 2022-09-29 21:48:17 +0200 | |
|---|---|---|
| committer | 2022-09-29 21:48:17 +0200 | |
| commit | fc6203a904795d8d74df8ab2d66f8769f2d2a96f (patch) | |
| tree | b95ad10612257071a3ae636ee7ca9fb8d63c5a2d /p/themes/Flat/flat.css | |
| parent | fedbda4f6acbc5f5c09ad90a7b7972595695a3de (diff) | |
all themes (#4663)
Diffstat (limited to 'p/themes/Flat/flat.css')
| -rw-r--r-- | p/themes/Flat/flat.css | 8 |
1 files changed, 6 insertions, 2 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; |
