linaro-jekyll-theme 0.8.5 → 0.8.6

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: 55073e6130efd6ccf5c38bd5b3730b75cb79014c
4
- data.tar.gz: 3a0bb98e89b41ba0c4c748c6e9599b0023baca78
3
+ metadata.gz: 1e132f9055ed3bffa6620fc5db91a6a5c66a1ab6
4
+ data.tar.gz: d41131cc76030b1ec8529e88796de7c2e23df479
5
5
  SHA512:
6
- metadata.gz: 25c99c6af8b1ac6a816b2b524e35e35dea6a6392403511f8fd9641d4131e5664ede601a302a2d57080a0a806ffdc0d5cfd4a5ef648485fb0bf13ac36d4e0a0dd
7
- data.tar.gz: 46113f0ebba231121feafbb24155365c64244d33d940078d745d38040fdb0157426bc98022ae883b09fc9bcca4642be42a54426a004bd96f164ae46660b5ff5f
6
+ metadata.gz: 39ae0e25b15ede9f0c98cd7b77256373ec244969316f3209be86ce394746694bf9263e8f69618cb9a9daa101222bbe4bfa910a9f0362dfe4bff76c2b493274b9
7
+ data.tar.gz: 3367892cdf363a60e4953197476b6514ca1ce165c27c1c8f9e6ff96afaeb532ce24150762fed7495aa21ed80a2c055e9605d82febee692d39dbad8cbdd90d5e9
data/_data/company.yml CHANGED
@@ -1,4 +1,4 @@
1
- favicon: /assets/images/favion.png?v=2
1
+ favicon: /assets/images/favicon.png?v=2
2
2
  name: 96boards
3
3
  search-label: 96Boards
4
4
  slogan: A theme for Linaro Static Sites
@@ -65,7 +65,7 @@
65
65
  <span class="sr-only">Close</span>
66
66
  </span>
67
67
  </button>
68
- <button type="submit" class="btn btn-default"><i class="glyphicon glyphicon-search"></i></button>
68
+ <button type="submit" class="btn btn-default" id="searchButton"><i class="glyphicon glyphicon-search"></i></button>
69
69
  <input type="hidden" name="fields.label" value="{{ site.data.company.search-label }}">
70
70
  </form>
71
71
  </ul>
data/_sass/core/nav.scss CHANGED
@@ -544,3 +544,10 @@ nav > ul.navbar-right {
544
544
  .navbar-inverse .navbar-nav > li > a {
545
545
  color: $footer-text-color;
546
546
  }
547
+
548
+ button#closeForm {
549
+ color: $navbar-base-text-color;
550
+ }
551
+ button#searchButton {
552
+ color: $navbar-base-text-color;
553
+ }
@@ -276,13 +276,13 @@ a.cc-link {
276
276
 
277
277
  //Mailchimp
278
278
  button#mc-embedded-subscribe {
279
- background-color: $footer-bg-color;
280
- color: #fff;
279
+ background-color: $navbar-inverse-bg;
280
+ color: $navbar-base-text-color;
281
281
  transition: all 1s ease;
282
282
  }
283
283
  button#mc-embedded-subscribe:hover {
284
284
  background-color: lighten($footer-bg-color, 20%);
285
- color: #fff;
285
+ color: $navbar-base-text-color;
286
286
  transition: all 1s ease;
287
287
  }
288
288
  .specification-button{
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: linaro-jekyll-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.5
4
+ version: 0.8.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kyle Kirkby