jekyll-dash 1.1.1 → 1.1.2
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/_includes/footer.html +1 -1
- data/_sass/dash/_layout.scss +4 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d5e2bac4fbf673ff9297b16ae9efb8579ec63a3fd754ad011f6b22f36f9565d6
|
4
|
+
data.tar.gz: 3f99550e82c481cde80d35b6573b35615ebe8b0c8f1b7909f88a0decfe153304
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2d11b047a60ebb1b0367553348861d11cf0127259f97ecbc6a190810b03aa404887d74c7624a0132a82f78da49783a5467ea069223501de9250313e207e7e7b0
|
7
|
+
data.tar.gz: 1d1e24eb69894d62fa2180766c320385f08103deace1fc0af90125c8300bdbd31af8758eece52e2030d008c50018cd547cc7d4abc58889b9186a45dd009aecd5
|
data/_includes/footer.html
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
<footer class="site-footer">
|
2
2
|
<div class="wrapper">
|
3
|
-
<div class="credits"><a href="https://github.com/bitbrain/jekyll-dash">dash</a> for Jekyll by <a href="https://github.com/bitbrain">bitbrain</a></div>
|
3
|
+
<div class="credits"><a href="https://github.com/bitbrain/jekyll-dash">dash</a> theme for Jekyll by <a href="https://github.com/bitbrain">bitbrain</a> made with <i class="fas fa-heart"></i></div>
|
4
4
|
</div>
|
5
5
|
</footer>
|
data/_sass/dash/_layout.scss
CHANGED
@@ -147,9 +147,11 @@
|
|
147
147
|
|
148
148
|
ol > li {
|
149
149
|
margin-left: 1em;
|
150
|
+
line-height: $base-line-height * 1.35;
|
150
151
|
}
|
151
152
|
|
152
153
|
ul > li {
|
154
|
+
line-height: $base-line-height * 1.35;
|
153
155
|
color: lighten($color-green, 25%);
|
154
156
|
list-style: none;
|
155
157
|
margin-left: 0;
|
@@ -157,6 +159,7 @@
|
|
157
159
|
svg {
|
158
160
|
color: $color-green;
|
159
161
|
margin-right: 0.5em;
|
162
|
+
margin-bottom: -1px;
|
160
163
|
}
|
161
164
|
|
162
165
|
&:before {
|
@@ -182,7 +185,7 @@
|
|
182
185
|
|
183
186
|
& > blockquote {
|
184
187
|
margin-top: 2em;
|
185
|
-
margin-bottom:
|
188
|
+
margin-bottom: 1em;
|
186
189
|
margin-left: 0.5em;
|
187
190
|
font-style: italic;
|
188
191
|
color: lighten($color-yellow, 20%);
|