jekyll-theme-open-project 1.1.19 → 1.1.20
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/open-project-base.scss +6 -0
- 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: 748dfb04780261d0c105eb194108a77180d5b84e06e8b9d16e7fcc218efdb5b0
|
|
4
|
+
data.tar.gz: 3b9ca0218f3f5322ff65d7c62b6545f15efaf43756135154c528b9d87a378652
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0d72a311c6240b58ab4501d5e27b8f9ecf75bb6088c3551dc245f9de4727dd648a9967252c8d67af67ea5bc3b32f17ea484a5a181a650bb91dcd6cb05a293463
|
|
7
|
+
data.tar.gz: 95728b967a74f0e49ea9a685ca10f1acfced314d72ed86d575576b6ab84d9ec13df39ea89973518ad6785906583f3180b8abdfb7032bbe65f1d602193be63151
|
|
@@ -137,6 +137,11 @@ a {
|
|
|
137
137
|
text-decoration: none;
|
|
138
138
|
}
|
|
139
139
|
|
|
140
|
+
&.featured-item {
|
|
141
|
+
background: linear-gradient(135deg, white 0%, rgba($primary-dark-color, 0.2) 100%);
|
|
142
|
+
}
|
|
143
|
+
|
|
144
|
+
/*
|
|
140
145
|
&.featured-item::before {
|
|
141
146
|
content: "👍 featured";
|
|
142
147
|
|
|
@@ -149,6 +154,7 @@ a {
|
|
|
149
154
|
color: white;
|
|
150
155
|
font-weight: bold;
|
|
151
156
|
}
|
|
157
|
+
*/
|
|
152
158
|
|
|
153
159
|
header {
|
|
154
160
|
> .parent-project {
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: jekyll-theme-open-project
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.1.
|
|
4
|
+
version: 1.1.20
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Ribose Inc.
|
|
@@ -72,14 +72,14 @@ dependencies:
|
|
|
72
72
|
requirements:
|
|
73
73
|
- - '='
|
|
74
74
|
- !ruby/object:Gem::Version
|
|
75
|
-
version: 1.1.
|
|
75
|
+
version: 1.1.20
|
|
76
76
|
type: :runtime
|
|
77
77
|
prerelease: false
|
|
78
78
|
version_requirements: !ruby/object:Gem::Requirement
|
|
79
79
|
requirements:
|
|
80
80
|
- - '='
|
|
81
81
|
- !ruby/object:Gem::Version
|
|
82
|
-
version: 1.1.
|
|
82
|
+
version: 1.1.20
|
|
83
83
|
- !ruby/object:Gem::Dependency
|
|
84
84
|
name: bundler
|
|
85
85
|
requirement: !ruby/object:Gem::Requirement
|