paloma-jekyll 0.1.3 → 0.2.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/_sass/_theme.scss +19 -8
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 730915950f013490d7819414707de48ecb7417afdc197b86369e7813197849c8
4
- data.tar.gz: e57fc41a6a521498ec83e5dfef7e61a5c938d1f68e7029fa12b2e4909a9b9ba4
3
+ metadata.gz: 7b52b4384c8ea3cec35a22e889a732917e06e26317b3966c8133e69064bda269
4
+ data.tar.gz: ffa6e904341a519629019c8bb293ce137c964ce7cae04088bdd9d07f70a19ac7
5
5
  SHA512:
6
- metadata.gz: c2e45386ecd6dfc0d11a047ab65cb7af6571a69f1c5bb824dd21a3c3650eac6d42c39a82ae4eb940465bf1e0b92c83a7d185be6707c2e1a457fc152544fa66e9
7
- data.tar.gz: 3b0b8b8100f653a3dfa9c6f98ae35317bc99c3c217ee0d9bf5209ac0717316ce06b60b543a2a26fc48c60477b17ff11c204dad2baae4afcdbf4382a62f6ead8a
6
+ metadata.gz: a9924a435518bacfb76c3754918a6ac5e553306bf3334d7882a26527c8c56a06396a53fb53944bcf614e5ad366eaef1b61a5706027848e71cb77c8316e2b3535
7
+ data.tar.gz: 2259944f49ba4bc65259ffb18bf040fa9f621aafdc70a9152454dbfd1e5851f2f5dc07f1a8485505f3116ec9e239a91243fb7b6332c01e4d3b868141aee40de6
data/_sass/_theme.scss CHANGED
@@ -1,6 +1,6 @@
1
1
  body {
2
- color: #000;
3
- background: #EEE;
2
+ color: #4A5859;
3
+ background: #FFF2EE;
4
4
  height: 100%;
5
5
  padding: 0px;
6
6
  margin: 0px;
@@ -8,13 +8,22 @@ body {
8
8
  font-size: 20px;
9
9
  }
10
10
 
11
+ h1 {
12
+ color: #C83E4D;
13
+ font-size: 3.5em;
14
+ margin: 100px 0px 100px 0px;
15
+ }
16
+
17
+ h2 {
18
+ padding: 30px 0px 15px 0px;
19
+ }
20
+
11
21
  .container {
12
22
  max-width: 600px;
13
23
  margin: 0px auto;
14
24
  }
15
25
 
16
26
  .wrap {
17
- top: 100px;
18
27
  position: relative;
19
28
  }
20
29
 
@@ -28,11 +37,11 @@ pre {
28
37
  z-index: 900;
29
38
  width: 100%;
30
39
  top: 0px;
40
+ background: #FFF;
31
41
  }
32
42
 
33
43
  .article, .main {
34
- padding: 15px 15px 15px 15px;
35
- border-radius: 8px;
44
+ padding: 15px 15px 115px 15px;
36
45
  }
37
46
 
38
47
  .nav { }
@@ -51,10 +60,12 @@ pre {
51
60
  display: inline-block;
52
61
  padding: 10px 10px 10px 10px;
53
62
  margin: 0px 10px 0px 0px;
54
- background: #ecff66;
55
- color: #000;
63
+ background: #C83E4D;
64
+ color: #FFF2EE;
65
+ border-radius: 4px;
66
+ box-shadow: 0px 2px 0px 0px #AA4D57;
56
67
  }
57
68
 
58
69
  .item a { text-decoration: none; color: inherit;}
59
70
  .item--nav {}
60
- .item--current { color: rgb(0, 0, 0);}
71
+ .item--current { }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: paloma-jekyll
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ffyud