make some colors between non/cdm modes more consistent

This commit is contained in:
Andrew Dolgov
2018-12-06 18:44:30 +03:00
parent 369bac525b
commit 544b5049b4
8 changed files with 23 additions and 14 deletions
+2 -2
View File
@@ -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;