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




commit f43af8084c4b4c5160c768f3230c0e37219c7039
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]