furtive 0.0.2 → 0.0.3

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
  SHA1:
3
- metadata.gz: fd03ba57bba5c41ab67cf70f6ec26209d217ecb7
4
- data.tar.gz: 9a1e9d7d0109b8e3ae8b5b75d174f38ba024512a
3
+ metadata.gz: 48e5ad5bf9e3c272e3f4d337b2f8f6fd1cd51013
4
+ data.tar.gz: ef145a1a20880c25e7fddf3ce2b49e1891e53632
5
5
  SHA512:
6
- metadata.gz: 54956c4086eff95c5b29663e573527db56ba6a27bdd13d0cca57e3090157ffaee841688382117fc9b44b970c75e1f0f197ef054ab1b7791fb0f0ee58e569de48
7
- data.tar.gz: 6338bdbae5f6a0b1694e79186d09ff83e4c8392d35fb2aa8f92d8c134708a714f47567ce031b30dc6951e607841a3e446ce52d0c993842c7488ccf1407fe8891
6
+ metadata.gz: 4b5998e89e0f2310c71fd75ecb19a7c4e263a27057933549b45992869a6fafca03d2cd0439e2c1191628444ce13dc0f49c93667b1ca8ea6c1729aa4216c4d389
7
+ data.tar.gz: 209517dc7b1cee79b9e18f54c78455773fb24ac56165048bfcb2d43cfa6014eb5fc23517856185efc1c92a8b739ba439d4d6f68dd3f39a555cd9a461fff97cc7
@@ -128,17 +128,3 @@ body {
128
128
  .silver { color: $silver; }
129
129
  .gray { color: $gray; }
130
130
  .black { color: $black; }
131
-
132
- /* Links
133
- Make links pretty.
134
- Courtesy of clrs.cc
135
- ---------------------------------------------------------------------------- */
136
-
137
- a {
138
- transition: color .3s ease-in-out;
139
- }
140
-
141
- a:link { color: $blue; }
142
- a:visited { color: $blue; }
143
- a:hover { color: $aqua; }
144
- a:active { color: $navy; }
@@ -0,0 +1,13 @@
1
+ /* Links
2
+ Make links pretty.
3
+ Courtesy of clrs.cc
4
+ ---------------------------------------------------------------------------- */
5
+
6
+ a {
7
+ transition: color .3s ease-in-out;
8
+ }
9
+
10
+ a:link { color: $blue; }
11
+ a:visited { color: $blue; }
12
+ a:hover { color: $aqua; }
13
+ a:active { color: $navy; }
@@ -1,3 +1,3 @@
1
1
  module Furtive
2
- VERSION = "0.0.2"
2
+ VERSION = '0.0.3'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: furtive
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - John Otander
@@ -51,6 +51,7 @@ files:
51
51
  - README.md
52
52
  - Rakefile
53
53
  - app/assets/stylesheets/furtive/_base.scss
54
+ - app/assets/stylesheets/furtive/_links.scss
54
55
  - app/assets/stylesheets/furtive/_mixins.scss
55
56
  - app/assets/stylesheets/furtive/_normalize.scss
56
57
  - app/assets/stylesheets/furtive/_typography.scss