jekyll-theme-recipe 0.1.6 → 0.1.7

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: 7d287e5067682e30761266e27868e43e320bf9a2d7271860fc0ee38a9c3fd015
4
+ data.tar.gz: e7dcdc35e4a0fa787a5fad1b992db130b0fedfcc769b8fd69c64a4da7867d1ca
5
5
  SHA512:
6
- metadata.gz: 16a35693d3c00123f7eb893abb0463bdcdb4824a0aeb483d76bf79361c63c70ae314d1250ab5fa6b9ad8ea27747cd45510185103a8d5514539e7f29e7498f341
7
- data.tar.gz: 9cb1c73bbb09f10c49640d6a40c563216dc457b3d9db5c2db55be6fb95839b9fd445797597f46648b4de2dc80d6af2b33ed202c51ec4da6a3234c3b36e0f8b87
6
+ metadata.gz: a3c391fbf73f998bd5b0db6b9c0ba8250072ca8a8377e91ccb10021bd9d1ebaea13474edd261cb41840bfacfbdfe94100747b24300ab13649a81ceeab5e3d55d
7
+ data.tar.gz: 36315bd0ab685dd5e5b19e4367cfd74ed7fbcc6054c179dd6bcf12bcaed7b459afdda5d42d8ecbc636fe9c86c97a930c785131aba2893e04abc7f14c61604036
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 && page.color !="" && 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.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Hanno Witzleb