jekyll-theme-recipe 0.5.5 → 0.6.0

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: 06d1a1df89151c60177231e95f0f90bb00220c7f282ad0ebd30e6d3e2c934e80
4
- data.tar.gz: 1e21d2c6098b53abd989b99ba2f2589b9c217c5f7a92e689251f1e52efa91869
3
+ metadata.gz: 966f1fedda780bffa2d3beb8036baa9b9fd7c35494c93fa4febb6aa66b3ceee2
4
+ data.tar.gz: cf09c4706abcb714b00a0c0e2df6cd97a7ea8b8f1e3be471a228a661d4ace308
5
5
  SHA512:
6
- metadata.gz: 766c98324b7066a5f655640f609359af74cbc79708b38e270a6ae725b748daf67469f714fba6ccb9234174cd820a2c40df0d896876b8365de73cb36caa0a099d
7
- data.tar.gz: 307352165ce22352b77c00fd48e171d47cc09bbad3fbe5737ec89e3f23adfbdf85c368a295fa83a41d50d0ed628dbe9944bde46a3157a0fb4fcb6b85a1c3a1e3
6
+ metadata.gz: 2d111140778993d7a4fb3afab9ddbf693d937fba2f40a4bf6293198c63376ead58b8cbc07171cb15cd710c54bdbcd2a322ec46112a43565b8a40ed7cfa4a1e98
7
+ data.tar.gz: 355942d4928aaad2f2191472e4bca9456fb737aa766bf5e60e1bafde3c07c0c386709eab7aa7ab86aaa4aabe0158cf60d9e0cefce1fef066c4242bb8bb9789d4
@@ -40,7 +40,7 @@ input#color-mode + label{
40
40
 
41
41
  &:after{
42
42
  border-left: solid 1px var(--common);
43
-
43
+ color: var(--common);
44
44
  }
45
45
  }
46
46
 
@@ -61,6 +61,6 @@ input#color-mode:checked + label:after{
61
61
 
62
62
  @media (min-width: 1160px) {
63
63
  input#color-mode, input#color-mode + label {
64
- left: calc(calc(calc(100vw - 1160px) / 2) + 30px);
64
+ left: calc(calc(calc(100% - 1160px) / 2) + 30px);
65
65
  }
66
66
  }
data/_sass/forms.scss CHANGED
@@ -10,14 +10,10 @@
10
10
  margin: 0;
11
11
  font-size: .8em;
12
12
 
13
- &:hover {
13
+ &:hover, &:active, &:focus {
14
14
  background: var(--primary-highlight);
15
15
  color: var(--common);
16
16
  }
17
-
18
- &:focus {
19
- outline: none;
20
- }
21
17
  }
22
18
 
23
19
  .button {
@@ -45,9 +41,14 @@ input[type="text"], input[type="email"], textarea {
45
41
  padding: 10px;
46
42
  box-sizing: border-box;
47
43
  border: 1px solid var(--secondary-highlight);
44
+ background-color: var(--primary-highlight);
45
+ color: var(--common);
48
46
  resize: none;
49
47
 
50
- &:focus {
48
+ &:hover, &:active, &:focus {
49
+ background-color: initial;
50
+ color: var(--primary-highlight);
51
+
51
52
  outline: 2px solid var(--secondary-highlight);
52
53
  }
53
54
  }
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-recipe
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.5
4
+ version: 0.6.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Hanno Witzleb
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-03-31 00:00:00.000000000 Z
11
+ date: 2023-04-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -185,7 +185,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
185
185
  - !ruby/object:Gem::Version
186
186
  version: '0'
187
187
  requirements: []
188
- rubygems_version: 3.4.6
188
+ rubygems_version: 3.3.26
189
189
  signing_key:
190
190
  specification_version: 4
191
191
  summary: Recipe is a Jekyll theme for recipe websites, and adapted from CloudCannons