[recipes] Fix dark theme appearance



commit ccb926b0b7e1d28c64c97262917574f03999a109
Author: Matthias Clasen <mclasen redhat com>
Date:   Thu Dec 8 20:44:29 2016 -0500

    Fix dark theme appearance
    
    We can get a perfectly acceptable dark theme appearance by simply
    using colors that are defined in Adwaita, instead of hardcoding
    black/white.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=775787

 src/recipes.css |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/recipes.css b/src/recipes.css
index 9189826..8e8c83b 100644
--- a/src/recipes.css
+++ b/src/recipes.css
@@ -49,7 +49,7 @@ image.chef.circular {
   padding: 0;
   text-shadow: none;
   border: 1px solid @borders;
-  background: #fff;
+  background: @theme_base_color;
   border-radius: 0;
 }
 .recipe.view.tile {


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