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 +4 -4
- data/app/assets/stylesheets/furtive/_base.scss +0 -14
- data/app/assets/stylesheets/furtive/_links.scss +13 -0
- data/lib/furtive/version.rb +1 -1
- metadata +2 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 48e5ad5bf9e3c272e3f4d337b2f8f6fd1cd51013
|
4
|
+
data.tar.gz: ef145a1a20880c25e7fddf3ce2b49e1891e53632
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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; }
|
data/lib/furtive/version.rb
CHANGED
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.
|
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
|