fundamental 0.4.3 → 0.4.4
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/_post.scss +8 -1
- data/_sass/_typography.scss +12 -0
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a620b151fb78941d4265584f2e85a0fb637297f9
|
|
4
|
+
data.tar.gz: fdf2c284e96e27f73ead042e52b42608b4490d99
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1c7f637fb5ce2e949c39b112ee6859ad9c84e3c4ff1c4c8916bd4b54580ad13bbb98d6f316e9df1ce6ae77000355d830bbf18e3249486f973b49ecae88572fc6
|
|
7
|
+
data.tar.gz: 68f0ea8c7ed2502ac782612a2a360bd6efcbc7e8269e5f6716ee059606e25bf8ce0f2193ac55e38335f0c829b8ef7fc63dc9b4aeb6ea63d5bd1fbe6a6f044077
|
data/_sass/_post.scss
CHANGED
|
@@ -6,8 +6,15 @@
|
|
|
6
6
|
justify-content: space-between;
|
|
7
7
|
a {
|
|
8
8
|
margin: 10px 0;
|
|
9
|
-
|
|
9
|
+
text-decoration: none;
|
|
10
10
|
font-size: 1rem;
|
|
11
|
+
border: solid 1px $accent;
|
|
12
|
+
border-radius: 3px;
|
|
13
|
+
padding: 10px 20px;
|
|
14
|
+
&:hover {
|
|
15
|
+
background: $accent;
|
|
16
|
+
color: $base;
|
|
17
|
+
}
|
|
11
18
|
}
|
|
12
19
|
}
|
|
13
20
|
|
data/_sass/_typography.scss
CHANGED
|
@@ -95,6 +95,12 @@ ul {
|
|
|
95
95
|
}
|
|
96
96
|
}
|
|
97
97
|
|
|
98
|
+
article {
|
|
99
|
+
ul, ol {
|
|
100
|
+
line-height: 1.9;
|
|
101
|
+
}
|
|
102
|
+
}
|
|
103
|
+
|
|
98
104
|
code {
|
|
99
105
|
background: rgba($accent, .2);
|
|
100
106
|
padding: 0;
|
|
@@ -102,4 +108,10 @@ code {
|
|
|
102
108
|
|
|
103
109
|
pre {
|
|
104
110
|
margin: 0;
|
|
111
|
+
}
|
|
112
|
+
|
|
113
|
+
sup {
|
|
114
|
+
a {
|
|
115
|
+
text-decoration: none;
|
|
116
|
+
}
|
|
105
117
|
}
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: fundamental
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.4.
|
|
4
|
+
version: 0.4.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Theo M Jones
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2017-08-
|
|
11
|
+
date: 2017-08-29 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|