paloma-jekyll 0.3.4 → 0.3.5
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.
- checksums.yaml +4 -4
- data/_sass/_theme.scss +15 -6
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 11ac6857e339fc334848e37842e1a13a023c4ba966400baaad0a519f691ddf65
|
4
|
+
data.tar.gz: a5b0fda3cd6c00b802d04b987f969ac80c5197c150ef8fba3c12df3cb9f0060e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1cd94e5c9b3c61648a04611b372b5a1ece54f2d4992f3cf72df99d23526beeac4abaeac684815f5121408468c3a65a705fdcb6baed42d7964f124cf2dabba13b
|
7
|
+
data.tar.gz: 63594f6a0a5be08cff94deeaf57dd01f9d14cc3f2c720d301b96774dc9405a66deb62849d710c2d38f6bfbc9cb44a0c8de496180ae50a2cdb8d9a23a19dce396
|
data/_sass/_theme.scss
CHANGED
@@ -11,7 +11,7 @@
|
|
11
11
|
}
|
12
12
|
|
13
13
|
body {
|
14
|
-
color: #
|
14
|
+
color: #564742;
|
15
15
|
background: #FFF;
|
16
16
|
height: 100%;
|
17
17
|
padding: 0px;
|
@@ -24,32 +24,41 @@ h1 {
|
|
24
24
|
color: #C83E4D;
|
25
25
|
font-size: 3em;
|
26
26
|
font-weight: bold;
|
27
|
-
margin: 90px 0px
|
27
|
+
margin: 90px 0px 90px 0px;
|
28
28
|
}
|
29
29
|
|
30
30
|
h2 {
|
31
31
|
padding: 30px 0px 15px 0px;
|
32
|
+
box-shadow: 0px 5px 0px 0px #564742;
|
33
|
+
text-transform: uppercase;
|
34
|
+
}
|
35
|
+
|
36
|
+
ul {
|
37
|
+
list-style-type: square;
|
32
38
|
}
|
33
39
|
|
34
40
|
.article-date {
|
35
41
|
color: #936167;
|
42
|
+
font-size: .7em;
|
43
|
+
text-transform: uppercase;
|
44
|
+
|
36
45
|
}
|
37
46
|
|
38
47
|
.container {
|
39
|
-
max-width:
|
48
|
+
max-width: 700px;
|
40
49
|
margin: 0px auto;
|
41
50
|
}
|
42
51
|
|
43
52
|
.wrap {
|
44
53
|
position: relative;
|
45
|
-
background: #
|
54
|
+
background: #FFF0EE;
|
46
55
|
}
|
47
56
|
.wrap a {
|
48
57
|
text-decoration: underline;
|
49
|
-
color:
|
58
|
+
color: #C83E4D;
|
50
59
|
}
|
51
60
|
.wrap a:hover {
|
52
|
-
color: #
|
61
|
+
color: #3A1015;
|
53
62
|
}
|
54
63
|
|
55
64
|
.footer {
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: paloma-jekyll
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.3.
|
4
|
+
version: 0.3.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ffyud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2022-01-02 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|