jekyll-theme-blp 1.0.7 → 1.0.8
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/_layout.scss +15 -0
- 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: 704253e29c33f8e97adf7430886c439a8f5ac44ea5b4b51233ff27893122c312
|
4
|
+
data.tar.gz: 25b138cbeb6d42406a1e8b8f28386cf5b5dc7af403a058476c024afcdf86588a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 67db30bd71e12f75e9c947b3df00cdf781852aae7de6027386d146486d92fc5e497a0d2e767d9a34985693a0ca53fc65238ef0e82319afa7f86a5ea6632c8974
|
7
|
+
data.tar.gz: f124777988abe6a6fee0636ddde5baea6b7be678b1b8a5c3daeb848094acfcea03f7d3950ea50a415d95ff0348575f5c2d0e9a8f832c2d6f2cbc7102a2625640
|
data/_sass/_layout.scss
CHANGED
@@ -112,6 +112,11 @@
|
|
112
112
|
|
113
113
|
a {
|
114
114
|
display: block;
|
115
|
+
|
116
|
+
&:hover,
|
117
|
+
&:focus {
|
118
|
+
color: $color-accent;
|
119
|
+
}
|
115
120
|
}
|
116
121
|
}
|
117
122
|
}
|
@@ -184,6 +189,16 @@
|
|
184
189
|
|
185
190
|
li {
|
186
191
|
margin-bottom: $spacing-unit;
|
192
|
+
|
193
|
+
a {
|
194
|
+
color: currentColor;
|
195
|
+
|
196
|
+
&:hover,
|
197
|
+
&:focus {
|
198
|
+
color: $color-accent;
|
199
|
+
text-decoration: none;
|
200
|
+
}
|
201
|
+
}
|
187
202
|
}
|
188
203
|
}
|
189
204
|
}
|