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
File without changes
File without changes
package/package.json CHANGED
@@ -1,8 +1,11 @@
1
1
  {
2
2
  "name": "hexo-theme-solitude",
3
- "version": "3.0.13",
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
- "scripts": {
31
- "test": "echo \"Error: no test specified\" && exit 1"
32
- }
33
- }
32
+ "license": "Apache-2.0"
33
+ }
@@ -32,6 +32,7 @@
32
32
  box-shadow var(--efu-shadow-black)
33
33
  border var(--style-border)
34
34
  user-select none
35
+ position relative
35
36
 
36
37
  .item-headline
37
38
  padding-bottom 0
@@ -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-black)
191
+ color var(--efu-fontcolor)
189
192
 
190
193
  .aplayer-controller
191
194
  align-items center
@@ -68,7 +68,7 @@
68
68
  font-size 2em
69
69
 
70
70
  .tag-cloud-list
71
- gap .5rem
71
+ gap 1rem
72
72
  a
73
73
  display flex
74
74
  width fit-content