[recipes] Fine-tune the new recipe tiles



commit abc10c07fd3c5d53da5f18b8551661195a5a9918
Author: Matthias Clasen <mclasen redhat com>
Date:   Sat Jan 7 14:21:44 2017 -0500

    Fine-tune the new recipe tiles
    
    Lapo did not like the solid white background for the labels,
    so make it a bit translucent.

 src/recipes.css |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/recipes.css b/src/recipes.css
index bfa6604..e48afa2 100644
--- a/src/recipes.css
+++ b/src/recipes.css
@@ -63,15 +63,15 @@ image.chef.circular {
 }
 
 label.recipe.name {
-  background: white;
-  color: black;
+  background: alpha(@theme_base_color, .75);
+  color: @theme_fg_color;
   font-weight: bold;
   font-size: 20px;
   padding: 10px 20px 0px 20px;
 }
 
 label.recipe.author {
-  background: white;
+  background: alpha(@theme_base_color, .75);
   color: mix(@theme_base_color,@theme_fg_color,0.7);
   font-size: 12px;
   padding: 8px 20px 10px 20px;


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