jekyll-theme-kindee-simple 0.1.9 → 0.1.10

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/_sass/kindee/_base.scss +19 -18
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 590162c79f8bef1e5b5b297d250e9d82f3696a4a9ef2352cb33affa14b27e4a4
4
- data.tar.gz: 60ae6f1b666b732245fd749452c5bac118f299921f0e7a4760fc8cad12515e00
3
+ metadata.gz: 8d8ab2522e5fd6cdfb078abff5e300146b3111e269c4b2a92ecfade71279d983
4
+ data.tar.gz: ba0a122999d36c3ec40426284a0cbbbe090e174cf8604be8661d6c42e7a17d66
5
5
  SHA512:
6
- metadata.gz: 23aef3e0d9898e3015b825ab8ad8a757ea71524aea0201e51567e90538040aca773aaf1ef8bff09569aabc0dbd58a54cacd1e4a62c9d3fae7984be50079bd555
7
- data.tar.gz: 85dc10470c42b11d33e4afce50124b50be27e9bad51e54a5bafe4c1154784813403f0bbf580c10987f14051f11c6eb231ca226c5e6882a0f5ea54f08d8f77d0c
6
+ metadata.gz: 94a77d3cd25bd2818b03a6ca45d95ea9884ac473ef4cc000f09df5dc35161b86e9dbb6935c8a7fc8ad3aa1ca18bf1c766302fe34fa15ece47a3e79fbc9e3f926
7
+ data.tar.gz: 4e6f9d188253c238974cd4b09bddd2e5e900dd909e02bd19bf74b3157e2d9d02b8c61b497ba91d206b34b77a614960f0def7b662bf6cf9aca8b102a0239c97c5
@@ -3,11 +3,11 @@ html {
3
3
  }
4
4
 
5
5
  body {
6
- // background: $background;
7
- background:url(/assets/images/background.jpg) repeat;
8
- font-family: $font-family;
9
- font-size: $font-size;
10
- line-height: $line-height;
6
+ // background: $background;
7
+ background: url(/assets/images/background.jpg) repeat;
8
+ font-family: $font-family;
9
+ font-size: $font-size;
10
+ line-height: $line-height;
11
11
  }
12
12
 
13
13
  h1,
@@ -16,30 +16,31 @@ h3,
16
16
  h4,
17
17
  h5,
18
18
  h6 {
19
- font-weight: 400;
19
+ font-weight: 400;
20
20
  }
21
21
 
22
22
  a {
23
- cursor: pointer;
24
- color: inherit;
25
- text-decoration: none;
23
+ cursor: pointer;
24
+ color: inherit;
25
+ text-decoration: none;
26
26
 
27
- &:hover {
28
- color: blue;
29
- }
27
+ &:hover {
28
+ color: blue;
29
+ }
30
30
  }
31
31
 
32
32
  img {
33
- max-width: 100%;
34
- display: block;
35
- margin: 0 auto;
36
- padding: 10px 30px;
37
- box-sizing: border-box;
33
+ max-width: 100%;
34
+ display: block;
35
+ margin: 0 auto;
36
+ padding: 10px 30px;
37
+ box-sizing: border-box;
38
38
  }
39
39
 
40
40
  // code snippets
41
41
  pre {
42
42
  padding: 8px;
43
- overflow: hidden;
43
+ overflow: scroll;
44
44
  max-height: 400px;
45
45
  }
46
+
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-kindee-simple
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.9
4
+ version: 0.1.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - hatakawas