jumbo-jekyll-theme 3.0.25 → 3.0.26
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_sass/core/theme.scss +9 -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: d9b5bc83e7c4bde45a82986225fa800f6edc48cdf77929676840d83fe5efde02
|
4
|
+
data.tar.gz: 214e5fe190edda5183b812318b84039d5cc2eb9722f4d02af8b011560283271f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d9bfdd7136270166cfc988a3be6c6737f3c150690660e03146388c49b5562495fa80f160a8908a6a07ec99ad88ab56272d55123544e75418d49fcaa26e7fbdb2
|
7
|
+
data.tar.gz: 7b88a90898da51560ad47ebccaa52ebb0be5660477e0138fc7e58f7471ff851b344a2e6edf744d8766633d4859cf58ca01a9fa59cd2637b9fa2483c844bd8e27
|
data/_sass/core/theme.scss
CHANGED
@@ -54,6 +54,15 @@ button.owl-prev, button.owl-next {
|
|
54
54
|
float: right;
|
55
55
|
margin-right: 15px;
|
56
56
|
}
|
57
|
+
a.btn.btn-primary {
|
58
|
+
background-color:#3c3b39;
|
59
|
+
color:white;
|
60
|
+
border-radius:0px;
|
61
|
+
border:0;
|
62
|
+
}
|
63
|
+
a.btn.btn-primary:hover {
|
64
|
+
background-color:$brand-primary;
|
65
|
+
}
|
57
66
|
// Edit me on github buttons
|
58
67
|
.github-edit {
|
59
68
|
background-color: #fff;
|