[evince/wip/cdavis/content-color-change] css: Use theme bg color for content view




commit 752807167fe864ee918bd200c1546786ebfbc946
Author: Christopher Davis <brainblasted disroot org>
Date:   Tue Feb 2 18:39:33 2021 -0800

    css: Use theme bg color for content view
    
    The content view background color is off
    and takes away from the look and feel of the app.
    We should probably use the theme bg color for now.

 shell/evince.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/shell/evince.css b/shell/evince.css
index 2f55584a..83e281cf 100644
--- a/shell/evince.css
+++ b/shell/evince.css
@@ -16,7 +16,7 @@
     background-color: @theme_bg_color;
 }
 
-evview {
+evview, .content-view {
     background-color: @theme_bg_color;
 }
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]