flashoff 0.0.6 → 0.0.7

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: 631209bc1338f5dca4cdf8c18bcf36795c0b4e05
4
- data.tar.gz: b0b8b675b0512a54f53c7082a2b904035d01cee0
3
+ metadata.gz: ee9ea73844db92a4715d6b92ccae07d67d7a0fd9
4
+ data.tar.gz: d20d075972bd59634dc52d7b68a0bebbb6010259
5
5
  SHA512:
6
- metadata.gz: ca84128728107ae18e10eeaed0c0189e7e23ee1bad280b739768333e60df744857309f7cd23d115f1d965801a0de0041e75d70fc653b4f4beffbc677cabd6990
7
- data.tar.gz: 9142bbfc5190f5e8285fa16e48b5d6d89d07c259e67474e983d2c2786d8da186f8db25e809d42cc600295ff410e7028a25a952d3613a1dfd7caa69c46f0b5805
6
+ metadata.gz: ea01f5e97d5bd75c2dc6d323842e93fcaf42053032f30261843908b3a016831c5a64e1514627825d2a954051d21f7d26f69ae5a193937e9e10d6f0a6ca24bae2
7
+ data.tar.gz: 49e9c53c64dc51ea3c6752d07af9163a3366eb601f6534f5e403af846959547cd1f4dab8988ed98b1cd286fb6a9077e1f6f87efeabedd21681ed24147b211ed4
@@ -1,3 +1,3 @@
1
1
  module Flashoff
2
- VERSION = "0.0.6"
2
+ VERSION = "0.0.7"
3
3
  end
@@ -13,7 +13,8 @@ a {
13
13
 
14
14
  /* #Link Color
15
15
  ================================================== */
16
- .link-gray { color: rgba(158,171,179,1); }
16
+ .link-black { color: rgba(71,74,84,1); }
17
17
  .link-blue { color: rgba(58,144,216,1); }
18
- .link-red { color: rgba(254,79,50,1); }
19
- .link-green { color: rgba(122,179,23,1); }
18
+ .link-gray { color: rgba(158,171,179,1); }
19
+ .link-green { color: rgba(122,179,23,1); }
20
+ .link-red { color: rgba(254,79,50,1); }
@@ -113,10 +113,11 @@ blockquote small { color: rgba(158,171,179,1); }
113
113
 
114
114
  /* #Colors
115
115
  ================================================== */
116
- .text-gray { color: rgba(158,171,179,1); }
116
+ .text-black { color: rgba(71,74,84,1); }
117
117
  .text-blue { color: rgba(58,144,216,1); }
118
- .text-red { color: rgba(254,79,50,1); }
118
+ .text-gray { color: rgba(158,171,179,1); }
119
119
  .text-green { color: rgba(122,179,23,1); }
120
+ .text-red { color: rgba(254,79,50,1); }
120
121
 
121
122
  /* #Scripts
122
123
  ================================================== */
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: flashoff
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 0.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Juan Gomez