jekyll-theme-centos 0.6.14 → 0.6.15
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_sass/centos/_main.scss +8 -0
- data/_sass/centos/centos.scss +1 -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: 238f03f26763e021e0fa1d3427ab8e337efd525c6914d2146f13981af648df6e
|
4
|
+
data.tar.gz: f0a76008487b1a1c47740e1d4685e5842620b2d350d5b1311d3c39ef2827c7e0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6d71f13baf88575893e024b647842885745699f5f5659c489d0b95974ded711ce4a319fe70bfc7517e0d0fafb075ce80b2079f8178293bcc5d863ac1a878bd35
|
7
|
+
data.tar.gz: 54cd892ff43482103f0ed6cdacb97210c1f1e5dfb0031ce5c0f093ce851c5dc946283f7298c48100ae124ba87348900e78a9279ca6c4412c16cbb468c1c2328d
|
data/_sass/centos/_main.scss
CHANGED
@@ -78,6 +78,14 @@
|
|
78
78
|
&> table:nth-child(3) > tbody:nth-child(1) > tr:nth-child(1) > td {
|
79
79
|
background-color: $white;
|
80
80
|
border: none;
|
81
|
+
padding: 0;
|
82
|
+
}
|
83
|
+
&> table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(2) > td:nth-child(1) {
|
84
|
+
padding: 0;
|
85
|
+
}
|
86
|
+
&> table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(4) > td:nth-child(1) > strong:nth-child(1) > font:nth-child(1),
|
87
|
+
&> table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(4) > td:nth-child(2) > strong:nth-child(1) > font:nth-child(1) {
|
88
|
+
font-size: 1rem;
|
81
89
|
}
|
82
90
|
&> table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(2) > td:nth-child(1) > font:nth-child(1) {
|
83
91
|
@extend .h3;
|
data/_sass/centos/centos.scss
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* jekyll-theme-centos v0.6.
|
2
|
+
* jekyll-theme-centos v0.6.15 (https://gitlab.com/areguera/jekyll-theme-centos/)
|
3
3
|
* Copyright 2020-2021 Alain Reguera Delgado
|
4
4
|
* Licensed under MIT (https://gitlab.com/areguera/jekyll-theme-centos/-/blob/master/LICENSE)
|
5
5
|
*/
|