cactu 0.20.0 → 0.20.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d1ef68a04f0ebc1fe76663af23c8a8bd10af01b62295757944b06c396f185a8c
4
- data.tar.gz: ca972298bf55bd4956b6975d0073fbe4a888133dbb1e0e0ee6012105954c3834
3
+ metadata.gz: 85fc747bcca66eacdedbcf1e77f48952deb30aa74e4a7b23b0c6f6b90e44ab21
4
+ data.tar.gz: d3c10ecaf0a3b09b66b0aab24ba6d9d025bf48b61e870f0c356ccd44f4b19b42
5
5
  SHA512:
6
- metadata.gz: c26be16e6aa4624b6cb8e2f4e7dd83fb8f7adc26b47a7f36c980e5a2c69fbed471cd2956325f6823d08781115badb039a0e2f1cd8539510d098383cb29bafcda
7
- data.tar.gz: 85923d5dcbcaaa526c388028ac3c1d9d2eaff48b8ad4191efc122534782ce0680057fdfd5853611296b0470e78b28dbd9faba01e29c92bb83143c26963f1b60d
6
+ metadata.gz: f91e25d69f4570c86f3d9a60e08152052794c56e854f19500d587c954d416d4b292f2102d4821c0db9aae9d9d93994c059a573b7258d139d0b2d2c627986f8b6
7
+ data.tar.gz: fecdf1801c7142c7d5d89d62b29509a171d647934699354b005f53b18bd16849c8d53007791a5aa080e0b2c79726fdc30eb3b8a6208f210c355d6f317347d745
data/README.md CHANGED
@@ -11,7 +11,7 @@ Cactu is a Sass framework to create webs easily, created to be simple, semantic,
11
11
  Add this line to your application's Gemfile:
12
12
 
13
13
  ```ruby
14
- gem 'cactu', '~> 0.20.0'
14
+ gem 'cactu', '~> 0.20.1'
15
15
  ```
16
16
 
17
17
  Ensure that `sprockets-rails` is at least v2.3.2.
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Cactu v0.20.0 (http://cactu.site/)
2
+ * Cactu v0.20.1 (http://cactu.site/)
3
3
  * Copyright 2018-2019 Giovanni Mendoza
4
4
  * Licensed under MIT (https://github.com/mendozagioo/cactu/blob/master/LICENSE)
5
5
  */
@@ -73,7 +73,7 @@ blockquote {
73
73
  cite {
74
74
  display: block;
75
75
  font-size: 80%;
76
- color: $text-color + 50;
76
+ color: lighten($text-color, 30%);
77
77
 
78
78
  &:before {
79
79
  content: "\2014 \00A0";
@@ -1,3 +1,3 @@
1
1
  module Cactu
2
- VERSION = "0.20.0"
2
+ VERSION = "0.20.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cactu
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.20.0
4
+ version: 0.20.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Giovanni Mendoza
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-01-03 00:00:00.000000000 Z
11
+ date: 2019-03-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: sassc