jekyll-theme-recipe 0.5.4 → 0.5.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 97bd4c6ad9f7d79ac6d5f061c9ee3a7b3163aacc3f0280c9e92a88d8416aad6c
4
- data.tar.gz: 65baf392e1423f9ddb5ea6f2381a27b33de54f35b7146bb28fb6eba0b20c064f
3
+ metadata.gz: 06d1a1df89151c60177231e95f0f90bb00220c7f282ad0ebd30e6d3e2c934e80
4
+ data.tar.gz: 1e21d2c6098b53abd989b99ba2f2589b9c217c5f7a92e689251f1e52efa91869
5
5
  SHA512:
6
- metadata.gz: 5e2549d6049db4e61c54dc7ed0e5cbc9d41f1ac2b95ac48dd21cb885484bb5c6ad9390cd8666abdddb641215e5da8157b9d8048744baaeb249754fb8b194675c
7
- data.tar.gz: 1118c387842681540667af731556493072bb072d4168501fb1aaddf788dc1a4924f6d6024c146c007de6ba8b20602a6ac0010a5de228e4afdc70a54f30d704a5
6
+ metadata.gz: 766c98324b7066a5f655640f609359af74cbc79708b38e270a6ae725b748daf67469f714fba6ccb9234174cd820a2c40df0d896876b8365de73cb36caa0a099d
7
+ data.tar.gz: 307352165ce22352b77c00fd48e171d47cc09bbad3fbe5737ec89e3f23adfbdf85c368a295fa83a41d50d0ed628dbe9944bde46a3157a0fb4fcb6b85a1c3a1e3
data/_sass/recipes.scss CHANGED
@@ -14,7 +14,7 @@
14
14
  height: 100%;
15
15
  display: block;
16
16
  background: rgba(0, 0, 0, .2);
17
- color: $light-common;
17
+ color: #{$light-common};
18
18
  text-decoration: none;
19
19
  text-align: center;
20
20
  //vertical-align: text-bottom;
@@ -28,7 +28,7 @@
28
28
  bottom: 5px;
29
29
  width: 100%;
30
30
  left: 0;
31
- text-shadow: 1px 1px 1px $light-primary-highlight;
31
+ text-shadow: 1px 1px 1px #{$light-primary-highlight};
32
32
  }
33
33
 
34
34
  &:hover {
data/_sass/variables.scss CHANGED
@@ -13,30 +13,30 @@ $dark-secondary-highlight: #868686;
13
13
  $dark-common: rgb(16, 20, 34);
14
14
 
15
15
  :root{
16
- --primary-highlight: $light-primary-highlight;
17
- --secondary-highlight: $light-secondary-highlight;
18
- --common: $light-common;
16
+ --primary-highlight: #{$light-primary-highlight};
17
+ --secondary-highlight: #{$light-secondary-highlight};
18
+ --common: #{$light-common};
19
19
  }
20
20
 
21
21
  @media (prefers-color-scheme: dark) {
22
22
  :root{
23
- --primary-highlight: $dark-primary-highlight;
24
- --secondary-highlight: $dark-secondary-highlight;
25
- --common: $dark-common;
23
+ --primary-highlight: #{$dark-primary-highlight};
24
+ --secondary-highlight: #{$dark-secondary-highlight};
25
+ --common: #{$dark-common};
26
26
  }
27
27
  }
28
28
 
29
29
  #color-mode:checked ~ * {
30
- --primary-highlight: $dark-primary-highlight;
31
- --secondary-highlight: $dark-secondary-highlight;
32
- --common: $dark-common;
30
+ --primary-highlight: #{$dark-primary-highlight};
31
+ --secondary-highlight: #{$dark-secondary-highlight};
32
+ --common: #{$dark-common};
33
33
  }
34
34
 
35
35
  @media (prefers-color-scheme: dark) {
36
36
  #color-mode:checked ~ * {
37
- --primary-highlight: $light-primary-highlight;
38
- --secondary-highlight: $light-secondary-highlight;
39
- --common: $light-common;
37
+ --primary-highlight: #{$light-primary-highlight};
38
+ --secondary-highlight: #{$light-secondary-highlight};
39
+ --common: #{$light-common};
40
40
  }
41
41
  }
42
42
 
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.5.4
4
+ version: 0.5.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Hanno Witzleb