summaryrefslogtreecommitdiff
path: root/css/zoom.less
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-12-06 18:44:30 +0300
committerAndrew Dolgov <[email protected]>2018-12-06 18:44:30 +0300
commit544b5049b4586396cbf9600df36750d33ad98f80 (patch)
tree2dc411fa8f1c18b5a549cb461b8b54c93a4a60f0 /css/zoom.less
parent369bac525bda0afdf80718d306f9047521ade953 (diff)
make some colors between non/cdm modes more consistent
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;