jumbo-jekyll-theme 1.4.19 → 1.4.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 422ca940caee366078001adc504252ef47c701fb
4
- data.tar.gz: 715eec52c356cc803da809b2734b7de03adfd94b
3
+ metadata.gz: a62a30214920601d8cc975c3fc641747e6199fee
4
+ data.tar.gz: '08d09d237c4b67211b28e42c7c00771b8d9f1404'
5
5
  SHA512:
6
- metadata.gz: 722082fea72543d65663eed20ac96315551e37c9201f03e33751a90584f9f6997152a2483aae2df498ba2c1bf1565efc849038fb499a3a025c0db7993e262bde
7
- data.tar.gz: c5738709ce6310daffced9321b9e7bfcdcfaacf2affa043cd56f188dd3ef637715cfeaaba9c82f214736b045a805140a80d5f25a55194a774931504a9bbc143f
6
+ metadata.gz: 36168c7bb2a0f9b7625902ed435fa8e6e47ec6e4dfd96578e569cf1fdbcbd453aa4b4aed4ed986573a41f65e040e87b8b5f79e1da7a90dddbdfa86667302c791
7
+ data.tar.gz: fcaec6a663197ec9326916c686ecc455f2e26ab2035badc8c8e5cd041f6a8806436b2f8294325390ad65bad99da2a0ff3c768f74d9f85a0922330da6c12ef616
@@ -0,0 +1,13 @@
1
+ #buttons > a.btn.btn-linaro-home {
2
+ color: black !important;
3
+ font-weight: normal;
4
+ font-size: 12px;
5
+ background-color: white;
6
+ }
7
+
8
+ #buttons > a.btn.btn-linaro-home:hover {
9
+ color: white !important;
10
+ font-weight: normal;
11
+ font-size: 12px;
12
+ background-color: $brand-primary;
13
+ }
data/_sass/home.scss CHANGED
@@ -3,4 +3,4 @@
3
3
  @import "core/animations";
4
4
  @import "core/carousel-styles";
5
5
  @import 'core/homepage';
6
- @import "core/twitter-feed";
6
+ @import "core/twitter-feed";]
@@ -19,3 +19,4 @@
19
19
  // Page specific styling
20
20
  // @import "app/home";
21
21
  @import "app/custom";
22
+ @import "app/home";
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jumbo-jekyll-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.19
4
+ version: 1.4.20
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kyle Kirkby
@@ -332,6 +332,7 @@ files:
332
332
  - _sass/_bootstrap.scss
333
333
  - _sass/app/blog.scss
334
334
  - _sass/app/custom.scss
335
+ - _sass/app/home.scss
335
336
  - _sass/app/overrides.scss
336
337
  - _sass/blog.scss
337
338
  - _sass/bootstrap/_alerts.scss