[recipes: 1/3] theme: fulscreen colors



commit d8bb2dd0d9eae6740a6ab08126eacf4076ed3e85
Author: Jakub Steiner <jimmac gmail com>
Date:   Mon Feb 13 20:57:00 2017 +0100

    theme: fulscreen colors
    
    - grey bg
    - transparent image backdrop

 src/recipes.css |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/recipes.css b/src/recipes.css
index e60a80a..ffd43ce 100644
--- a/src/recipes.css
+++ b/src/recipes.css
@@ -335,7 +335,7 @@ button.osd {
 }
 
 .cooking {
-        background: black;
+        background: #2e3436;
 }
 
 .cooking.overlay {
@@ -350,7 +350,7 @@ button.osd {
 
 .cooking-image {
         color: #ddd;
-        background: #aaa;
+        background-color: transparent;
         min-width: 400px;
         min-height: 400px;
 }


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