dark-blog-theme 2.0.0 → 2.0.1
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/minima/_base.scss +1 -1
- data/_sass/minima/_layout.scss +8 -4
- 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: 0c183078884ab6e6ab82b9f1076d1dcccd28d59cfc1634d773a23f85acd3ea84
|
|
4
|
+
data.tar.gz: cd3da78f9db00bdafa834d48368e1f663e98ae5724745f5e969a5730b6f0a1fe
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e0c10815f8523a78d7abc5e496069c01c566cbb3d3f077e851620500ad4292112b6dec613aa335630869ec9c59418213926516faa447823729af84a9b2e55591
|
|
7
|
+
data.tar.gz: 5835d3068d4c7288d28efcd33d7596208080f04ff4f8518e0547b7151930b34f6740da7c39bb8aa7e9626cd395b6e3b63228d0f12a3ed98a0bfd7e97949ee256
|
data/_sass/minima/_base.scss
CHANGED
data/_sass/minima/_layout.scss
CHANGED
|
@@ -22,15 +22,17 @@
|
|
|
22
22
|
@include relative-font-size(1.625);
|
|
23
23
|
font-family: Virgil;
|
|
24
24
|
font-weight: 300;
|
|
25
|
-
font-size: 38px;
|
|
26
25
|
text-align: center;
|
|
27
26
|
letter-spacing: -1px;
|
|
28
27
|
margin-bottom: 0;
|
|
29
28
|
margin-top: 12px;
|
|
29
|
+
font-size: 56px;
|
|
30
|
+
padding-right: 0;
|
|
30
31
|
// float: left;
|
|
31
32
|
|
|
32
|
-
@media
|
|
33
|
-
font-size:
|
|
33
|
+
@include media-query($on-palm) {
|
|
34
|
+
font-size: 38px;
|
|
35
|
+
padding-right: 43px;
|
|
34
36
|
}
|
|
35
37
|
|
|
36
38
|
&,
|
|
@@ -44,6 +46,7 @@
|
|
|
44
46
|
border-radius: 999px;
|
|
45
47
|
}
|
|
46
48
|
.theme-input {
|
|
49
|
+
visibility: hidden;
|
|
47
50
|
// transform: translate(9999px,9999px);
|
|
48
51
|
height: 0px;
|
|
49
52
|
width: 0px;
|
|
@@ -91,7 +94,7 @@
|
|
|
91
94
|
|
|
92
95
|
@include media-query($on-palm) {
|
|
93
96
|
position: absolute;
|
|
94
|
-
top:
|
|
97
|
+
top: 15px;
|
|
95
98
|
right: $spacing-unit / 2;
|
|
96
99
|
background-color: var(--md-sys-color-surface-container);
|
|
97
100
|
border-radius: 8px;
|
|
@@ -227,6 +230,7 @@
|
|
|
227
230
|
|
|
228
231
|
.post-list-heading {
|
|
229
232
|
@include relative-font-size(1.75);
|
|
233
|
+
margin-top: 15px;
|
|
230
234
|
}
|
|
231
235
|
|
|
232
236
|
.post-list {
|