jekyll-theme-recipe 0.5.5 → 0.6.0
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 +4 -4
- data/_sass/color-mode.scss +2 -2
- data/_sass/forms.scss +7 -6
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 966f1fedda780bffa2d3beb8036baa9b9fd7c35494c93fa4febb6aa66b3ceee2
|
4
|
+
data.tar.gz: cf09c4706abcb714b00a0c0e2df6cd97a7ea8b8f1e3be471a228a661d4ace308
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2d111140778993d7a4fb3afab9ddbf693d937fba2f40a4bf6293198c63376ead58b8cbc07171cb15cd710c54bdbcd2a322ec46112a43565b8a40ed7cfa4a1e98
|
7
|
+
data.tar.gz: 355942d4928aaad2f2191472e4bca9456fb737aa766bf5e60e1bafde3c07c0c386709eab7aa7ab86aaa4aabe0158cf60d9e0cefce1fef066c4242bb8bb9789d4
|
data/_sass/color-mode.scss
CHANGED
@@ -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(
|
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.
|
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-
|
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.
|
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
|