hexo-theme-solitude 3.0.13 → 3.0.14
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.
package/languages/en.yml
CHANGED
File without changes
|
package/languages/zh-CN.yml
CHANGED
File without changes
|
package/languages/zh-TW.yml
CHANGED
File without changes
|
package/package.json
CHANGED
@@ -1,8 +1,11 @@
|
|
1
1
|
{
|
2
2
|
"name": "hexo-theme-solitude",
|
3
|
-
"version": "3.0.
|
3
|
+
"version": "3.0.14",
|
4
4
|
"description": "A beautiful, powerful, and efficient Hexo theme developed by everfu.",
|
5
5
|
"main": "package.json",
|
6
|
+
"scripts": {
|
7
|
+
"test": "echo \"Error: no test specified\" && exit 1"
|
8
|
+
},
|
6
9
|
"keywords": [
|
7
10
|
"hexo",
|
8
11
|
"theme",
|
@@ -26,8 +29,5 @@
|
|
26
29
|
},
|
27
30
|
"homepage": "https://solitude.js.org",
|
28
31
|
"author": "Hexo-Theme-Solitude<o@efu.me>",
|
29
|
-
"license": "Apache-2.0"
|
30
|
-
|
31
|
-
"test": "echo \"Error: no test specified\" && exit 1"
|
32
|
-
}
|
33
|
-
}
|
32
|
+
"license": "Apache-2.0"
|
33
|
+
}
|
@@ -177,6 +177,9 @@ if hexo-config('brevity.enable')
|
|
177
177
|
.aplayer
|
178
178
|
margin 0
|
179
179
|
|
180
|
+
.aplayer-body
|
181
|
+
background-color var(--efu-card-bg)
|
182
|
+
|
180
183
|
.aplayer-info
|
181
184
|
.aplayer-music
|
182
185
|
height 23px
|
@@ -185,7 +188,7 @@ if hexo-config('brevity.enable')
|
|
185
188
|
font-size .8rem
|
186
189
|
font-weight 700
|
187
190
|
margin 0
|
188
|
-
color var(--efu-
|
191
|
+
color var(--efu-fontcolor)
|
189
192
|
|
190
193
|
.aplayer-controller
|
191
194
|
align-items center
|