summaryrefslogtreecommitdiff
path: root/css/zoom.less
diff options
context:
space:
mode:
Diffstat (limited to 'css/zoom.less')
-rw-r--r--css/zoom.less4
1 files changed, 2 insertions, 2 deletions
diff --git a/css/zoom.less b/css/zoom.less
index 566e34f08..ad5317031 100644
--- a/css/zoom.less
+++ b/css/zoom.less
@@ -3,7 +3,7 @@ body.ttrss_zoom {
margin-right : auto;
padding : 20px;
max-width : 800px;
- background : #f5f5f5;
+ background : @color-panel-bg;
div.post {
border : 1px solid #ddd;
@@ -101,7 +101,7 @@ body.ttrss_zoom {
font-family : monospace;
font-size : 12px;
border: 0px solid #ccc;
- background : #f5f5f5;
+ background : @color-panel-bg;
display : block;
max-width : 98%;
overflow : auto;