jekyll-theme-recipe 0.1.6 → 0.1.8

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 59963153402a0c1b5cc0173a4e48792c1741bcdc92f471bf21e1f0dff13807d0
4
- data.tar.gz: ca9258600cbd970479c5e552b081bce6ed1a8dc05cbae9105711def68c83e334
3
+ metadata.gz: 64f7c81246d5d22769747741c51cf601f32507e90283b4625c922df7c3af4d44
4
+ data.tar.gz: 85bcbfe10f01cceca3ace1d097730c9304d604fdca2203f3982947ecf7592f78
5
5
  SHA512:
6
- metadata.gz: 16a35693d3c00123f7eb893abb0463bdcdb4824a0aeb483d76bf79361c63c70ae314d1250ab5fa6b9ad8ea27747cd45510185103a8d5514539e7f29e7498f341
7
- data.tar.gz: 9cb1c73bbb09f10c49640d6a40c563216dc457b3d9db5c2db55be6fb95839b9fd445797597f46648b4de2dc80d6af2b33ed202c51ec4da6a3234c3b36e0f8b87
6
+ metadata.gz: 262eaf8e34b95b94ce76258b1b587ee2a6eebbe3edba924d659e69a38f6c2e7fe4937b518dccdb90c7892a4c95bf511986d95a107469ac8206a6ca431c42ec92
7
+ data.tar.gz: b45ed56c392fb94f39c8e49c75a7b800ea18a48f67cf8f50a7277b90cacad824afda5b0d1167c554c7d84b43de218a0d305d6948fb5bd9a1bce0dd8b4cb8f868
data/_sass/blog.scss CHANGED
@@ -47,7 +47,7 @@
47
47
  list-style-type: none;
48
48
  &:before {
49
49
  content: '\00bb';
50
- color: #{$ingredients_color};
50
+ color: #{$recipe_color};
51
51
  padding-right: 0.5em;
52
52
  }
53
53
  }
@@ -64,7 +64,7 @@
64
64
  &:before {
65
65
  content: counter(step-counter);
66
66
  margin-right: 0px;
67
- background-color: #{$directions_color};
67
+ background-color: #{$recipe_color};
68
68
  color: white;
69
69
  /* padding: 1px 7px; */
70
70
  font-size: .7em;
@@ -1,9 +1,8 @@
1
1
  ---
2
+ title: CSS-Stylesheet for screens
2
3
  ---
3
4
 
4
-
5
- $ingredients_color: "{{ site.data.post.ingredients_color }}";
6
- $directions_color: "{{ site.data.post.directions_color }}";
5
+ $recipe_color: "{% if page.color And page.color !="" And page.color != nil %}{{ page.color }}{% else %}{{#ff4e4e}}{% endif %}";
7
6
 
8
7
  @import "variables";
9
8
  @import "elements";
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-recipe
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.6
4
+ version: 0.1.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Hanno Witzleb