futuro 0.6.4 → 0.6.5

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: 428d0f5009963f5faaa05c23a9008a9abec6eb88f72578a34fd8547553f58ede
4
- data.tar.gz: c181abd54efa5fb1645fa9a5dd41d3de4f3f861fe1d8485c882136b426b81069
3
+ metadata.gz: 7bf5fb556b5ee388eea0ea72ffff8e266e752257a6634616db45e698cd10b681
4
+ data.tar.gz: 1be464d91bc7e53f67622d4e57164fc5607d02d7601680a1d985a734ee16d6b1
5
5
  SHA512:
6
- metadata.gz: db8307c0b9f900a080940f4d5062921fc3f586f396be4e32866071ce1d1b34258781574b7bccff94b837365d58bbc6cf9ef14aedbc1f12fbb43c3c92fec21130
7
- data.tar.gz: 9f3451076cc90d6bbe6623cb71a5a60c380bf497907f063f3ef0ad6398b4cbcd6f9374b8c4978b0793b9cb59adac2c5110dc1992d66c633fcfaee1c93484fb9c
6
+ metadata.gz: 17b49bef758c1ad563b4cd8b0f55435f9a4c3ec16405560a6ab3226ec90d9425334bda3301093abbf528960671e60c22ef32d43798573077e447127e27b10ce5
7
+ data.tar.gz: 55ee7738174c51ef5aefcf4c5ab46e224e1a26148cfacc1a73688d990329fccdf805070e651f12b13226001bb203103fbc141f63a6224c7840f9aca66f4389c2
data/_sass/_title.scss CHANGED
@@ -7,17 +7,10 @@
7
7
  line-height: 1;
8
8
  }
9
9
 
10
- &.chapter-title {
11
-
12
- &:not(.style-docs) {
13
- @include rotatetitle;
14
- bottom: 56px;
15
- left: 128px;
16
- }
17
-
18
- &.style-docs {
19
- color: $smoke;
20
- }
10
+ &.chapter-title:not(.style-docs) {
11
+ @include rotatetitle;
12
+ bottom: 56px;
13
+ left: 128px;
21
14
  }
22
15
 
23
16
  &.page-title {
@@ -32,9 +32,12 @@ $value : #5fb641;
32
32
  $next : #ffa905;
33
33
  $maybe : #974597;
34
34
 
35
- $animate : black;
36
- $forms : #353535;
35
+ $animate : lighten(black,20%);
36
+ $forms : lighten(black,20%);
37
+ $blocks : lighten(black,20%);
37
38
 
39
+ $max479 : "only screen and (max-width: 479px)";
40
+ $min480 : "only screen and (min-width: 480px)";
38
41
  $min640 : "only screen and (min-width: 640px)";
39
42
  $max767 : "only screen and (max-width: 767px)";
40
43
  $min768 : "only screen and (min-width: 768px)";
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: futuro
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.4
4
+ version: 0.6.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Paul Heading
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-03-10 00:00:00.000000000 Z
11
+ date: 2020-03-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll