hexo-theme-solitude 1.5.0 → 1.5.2

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.
Files changed (151) hide show
  1. package/.github/ISSUE_TEMPLATE/config.yml +17 -0
  2. package/.github/ISSUE_TEMPLATE/feature_request.yml +48 -0
  3. package/.github/PULL_REQUEST_TEMPLATE.md +35 -0
  4. package/CONTRIBUTING.md +2 -13
  5. package/LICENSE +21 -674
  6. package/README.md +17 -41
  7. package/README_EN.md +14 -39
  8. package/SECURITY.md +9 -0
  9. package/_config.yml +235 -264
  10. package/languages/{en-US.yml → en.yml} +3 -5
  11. package/languages/zh-CN.yml +0 -2
  12. package/languages/zh-TW.yml +0 -2
  13. package/layout/404.pug +1 -1
  14. package/layout/includes/body/gadsense.pug +9 -0
  15. package/layout/includes/console.pug +6 -6
  16. package/layout/includes/footer.pug +13 -13
  17. package/layout/includes/inject/body.pug +10 -1
  18. package/layout/includes/inject/head.pug +6 -4
  19. package/layout/includes/mixins/pagination.pug +2 -2
  20. package/layout/includes/nav.pug +2 -2
  21. package/layout/includes/page/album.pug +9 -9
  22. package/layout/includes/page/says.pug +5 -5
  23. package/layout/includes/sidebar.pug +2 -3
  24. package/layout/includes/widgets/aside/asideInfoCard.pug +1 -1
  25. package/layout/includes/widgets/aside/asideNewestPost.pug +1 -1
  26. package/layout/includes/widgets/aside/asideToc.pug +1 -1
  27. package/layout/includes/widgets/aside/asideWebInfo.pug +8 -8
  28. package/layout/includes/widgets/home/banner.pug +1 -1
  29. package/layout/includes/widgets/home/bbTimeList.pug +7 -7
  30. package/layout/includes/widgets/home/categoryBar.pug +5 -4
  31. package/layout/includes/widgets/home/categoryGroup.pug +3 -2
  32. package/layout/includes/widgets/home/postList.pug +11 -5
  33. package/layout/includes/widgets/home/topGroup.pug +1 -1
  34. package/layout/includes/widgets/nav/menu.pug +1 -1
  35. package/layout/includes/widgets/nav/right.pug +6 -6
  36. package/layout/includes/widgets/page/about/award.pug +3 -3
  37. package/layout/includes/widgets/page/about/hobbies.pug +1 -1
  38. package/layout/includes/widgets/page/banner.pug +1 -1
  39. package/layout/includes/widgets/page/equipment/content.pug +1 -1
  40. package/layout/includes/widgets/page/links/banner.pug +3 -3
  41. package/layout/includes/widgets/page/moments/angle.pug +1 -1
  42. package/layout/includes/widgets/post/award.pug +1 -1
  43. package/layout/includes/widgets/post/copyright.pug +1 -1
  44. package/layout/includes/widgets/post/post-ai.pug +1 -1
  45. package/layout/includes/widgets/post/postMeta.pug +12 -12
  46. package/layout/includes/widgets/rightside/index.pug +25 -25
  47. package/layout/includes/widgets/third-party/comments/comment.pug +1 -1
  48. package/layout/includes/widgets/third-party/music.pug +1 -1
  49. package/layout/includes/widgets/third-party/search/algolia-search.pug +2 -2
  50. package/layout/includes/widgets/third-party/search/local-search.pug +1 -1
  51. package/layout/index.pug +2 -2
  52. package/package.json +9 -9
  53. package/plugins.yml +8 -12
  54. package/scripts/event/cdn.js +10 -0
  55. package/scripts/event/welcome.js +1 -1
  56. package/scripts/filter/lazyload.js +2 -3
  57. package/scripts/helper/related_post.js +1 -1
  58. package/scripts/helper/stylus.js +11 -3
  59. package/scripts/tags/card.js +1 -1
  60. package/scripts/tags/mermaid.js +9 -0
  61. package/scripts/tags/tabs.js +2 -2
  62. package/source/css/_global/animation.styl +1 -1
  63. package/source/css/_global/index.styl +27 -27
  64. package/source/css/_layout/basic.styl +18 -18
  65. package/source/css/_layout/header.styl +67 -67
  66. package/source/css/_layout/index.styl +14 -14
  67. package/source/css/_mode/index.styl +88 -88
  68. package/source/css/_page/_about/author.styl +5 -5
  69. package/source/css/_page/_about/buff.styl +1 -1
  70. package/source/css/_page/_about/careers.styl +1 -1
  71. package/source/css/_page/_about/contentinfo.styl +2 -2
  72. package/source/css/_page/_about/game.styl +2 -2
  73. package/source/css/_page/_about/like.styl +2 -2
  74. package/source/css/_page/_about/myphoto.styl +1 -1
  75. package/source/css/_page/_about/oneself.styl +2 -2
  76. package/source/css/_page/_about/reward.styl +11 -11
  77. package/source/css/_page/_about/skills.styl +2 -2
  78. package/source/css/_page/_about/statistic.styl +4 -4
  79. package/source/css/_page/_about/tenyear.styl +4 -4
  80. package/source/css/_page/_gallery/index.styl +7 -7
  81. package/source/css/_page/_home/category-bar.styl +11 -8
  82. package/source/css/_page/_home/home-top.styl +16 -16
  83. package/source/css/_page/_home/index.styl +1 -1
  84. package/source/css/_page/_home/pagination.styl +22 -22
  85. package/source/css/_page/_home/recent-post.styl +22 -15
  86. package/source/css/_page/category.styl +11 -11
  87. package/source/css/_page/douban.styl +10 -10
  88. package/source/css/_page/equipment.styl +10 -10
  89. package/source/css/_page/error.styl +3 -3
  90. package/source/css/_page/google.styl +32 -0
  91. package/source/css/_page/index.styl +4 -1
  92. package/source/css/_page/links.styl +27 -27
  93. package/source/css/_page/moment.styl +22 -22
  94. package/source/css/_page/music.styl +16 -14
  95. package/source/css/_page/says.styl +21 -21
  96. package/source/css/_page/share.styl +25 -25
  97. package/source/css/_page/tag.styl +12 -12
  98. package/source/css/_widgets/_aside/allinfo.styl +12 -12
  99. package/source/css/_widgets/_aside/flip.styl +3 -6
  100. package/source/css/_widgets/_aside/index.styl +4 -4
  101. package/source/css/_widgets/_aside/info.styl +27 -27
  102. package/source/css/_widgets/_aside/newPost.styl +5 -5
  103. package/source/css/_widgets/_aside/toc.styl +7 -7
  104. package/source/css/_widgets/_comment/index.styl +7 -7
  105. package/source/css/_widgets/_comment/twikoo.styl +66 -50
  106. package/source/css/_widgets/_comment/waline.styl +45 -44
  107. package/source/css/_widgets/_extra/console.styl +30 -29
  108. package/source/css/_widgets/_extra/fullpage.styl +1 -1
  109. package/source/css/_widgets/_extra/music.styl +11 -11
  110. package/source/css/_widgets/_extra/pace.styl +2 -2
  111. package/source/css/_widgets/_extra/rightmenu.styl +8 -8
  112. package/source/css/_widgets/_mixins/article-sort.styl +7 -7
  113. package/source/css/_widgets/_mixins/footer.styl +31 -29
  114. package/source/css/_widgets/_mixins/keyboard.styl +8 -8
  115. package/source/css/_widgets/_mixins/other.styl +4 -4
  116. package/source/css/_widgets/_mixins/sidebar.styl +20 -20
  117. package/source/css/_widgets/_post/_highlight/index.styl +16 -16
  118. package/source/css/_widgets/_post/_highlight/theme/default.styl +1 -1
  119. package/source/css/_widgets/_post/_highlight/theme/mac.styl +1 -1
  120. package/source/css/_widgets/_post/commentBarrage.styl +13 -13
  121. package/source/css/_widgets/_post/content.styl +27 -26
  122. package/source/css/_widgets/_post/copyright.styl +11 -11
  123. package/source/css/_widgets/_post/meta.styl +27 -27
  124. package/source/css/_widgets/_post/pagination.styl +13 -13
  125. package/source/css/_widgets/_post/postAI.styl +18 -18
  126. package/source/css/_widgets/_post/relatedPost.styl +8 -8
  127. package/source/css/_widgets/_post/tools.styl +30 -30
  128. package/source/css/_widgets/_search/algolia-search.styl +18 -18
  129. package/source/css/_widgets/_search/local-search.styl +22 -22
  130. package/source/css/_widgets/_tags/button.styl +1 -1
  131. package/source/css/_widgets/_tags/card.styl +12 -12
  132. package/source/css/_widgets/_tags/fold.styl +11 -11
  133. package/source/css/_widgets/_tags/index.styl +26 -26
  134. package/source/css/_widgets/_tags/link.styl +10 -9
  135. package/source/css/_widgets/_tags/mermaid.styl +4 -0
  136. package/source/css/_widgets/_tags/note.styl +2 -2
  137. package/source/css/_widgets/_tags/tabs.styl +10 -10
  138. package/source/css/_widgets/_tags/timeline.styl +5 -5
  139. package/source/img/logo.png +0 -0
  140. package/source/js/comment/twikoo_commentBarrage.js +1 -1
  141. package/source/js/comment/waline_commentBarrage.js +1 -1
  142. package/source/js/covercolor/api.js +18 -18
  143. package/source/js/covercolor/local.js +18 -18
  144. package/source/js/main.js +5 -5
  145. package/source/js/music.js +1 -12
  146. package/source/js/sco-ai.min.js +1 -1
  147. package/source/js/search/algolia.js +7 -7
  148. package/source/js/tw_cn.js +2 -2
  149. package/source/js/universe.min.js +5 -0
  150. package/source/js/utils.js +2 -2
  151. package/source/js/waterfall.min.js +1 -0
@@ -15,8 +15,8 @@ main
15
15
  body
16
16
  position relative
17
17
  min-height 100%
18
- background var(--sco-background)
19
- color var(--sco-fontcolor)
18
+ background var(--efu-background)
19
+ color var(--efu-fontcolor)
20
20
  font-size 16px
21
21
  font-family "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei"
22
22
  line-height 2
@@ -24,10 +24,10 @@ body
24
24
  margin 0
25
25
 
26
26
  ::selection
27
- background var(--sco-main)
28
- color var(--sco-white)
27
+ background var(--efu-main)
28
+ color var(--efu-white)
29
29
 
30
- i.scoicon
30
+ i.solitude
31
31
  font-size 22px
32
32
  line-height 1
33
33
 
@@ -41,7 +41,7 @@ h1, h2, h3, h4, h5, h6
41
41
  font-weight 700
42
42
  position relative
43
43
  margin 1rem 0 0.7rem
44
- color var(--sco-fontcolor)
44
+ color var(--efu-fontcolor)
45
45
 
46
46
  hr
47
47
  box-sizing content-box
@@ -53,7 +53,7 @@ pre
53
53
  font-family monospace, monospace
54
54
 
55
55
  a
56
- color var(--sco-fontcolor)
56
+ color var(--efu-fontcolor)
57
57
  text-decoration none
58
58
  transition all .3s ease 0s
59
59
  overflow-wrap break-word
@@ -95,7 +95,7 @@ button, input
95
95
  overflow visible
96
96
 
97
97
  input::placeholder
98
- color var(--sco-gray)
98
+ color var(--efu-gray)
99
99
 
100
100
  button, select
101
101
  text-transform none
@@ -158,7 +158,7 @@ template
158
158
  display none
159
159
 
160
160
  input::placeholder
161
- color var(--sco-fontcolor)
161
+ color var(--efu-fontcolor)
162
162
 
163
163
  .table-wrap
164
164
  overflow-x scroll
@@ -183,7 +183,7 @@ button
183
183
  padding 0
184
184
  outline 0
185
185
  border none
186
- color var(--sco-fontcolor)
186
+ color var(--efu-fontcolor)
187
187
  background 0 0
188
188
  cursor pointer
189
189
 
@@ -200,7 +200,7 @@ img:not([src]), img[src=""]
200
200
  font-size 12px
201
201
  margin 0
202
202
  margin-top 8px
203
- color var(--sco-secondtext)
203
+ color var(--efu-secondtext)
204
204
 
205
205
  .is-center
206
206
  text-align center
@@ -221,8 +221,8 @@ img:not([src]), img[src=""]
221
221
 
222
222
  blockquote
223
223
  border: var(--style-border-always);
224
- background-color: var(--sco-secondbg);
225
- color: var(--sco-secondtext);
224
+ background-color: var(--efu-secondbg);
225
+ color: var(--efu-secondtext);
226
226
  border-radius: 8px;
227
227
  margin: 1rem 0;
228
228
  padding: .5rem .8rem
@@ -258,17 +258,17 @@ li, ul
258
258
  height 6px
259
259
 
260
260
  ::-webkit-scrollbar-thumb
261
- background var(--sco-scrollbar)
261
+ background var(--efu-scrollbar)
262
262
  border-radius 8px
263
263
  cursor pointer
264
264
 
265
265
  ::-webkit-scrollbar-thumb:hover
266
- background var(--sco-main)
266
+ background var(--efu-main)
267
267
  opacity 1
268
268
  display block !important
269
269
 
270
270
  ::-webkit-scrollbar-track
271
- background-color var(--sco-none)
271
+ background-color var(--efu-none)
272
272
 
273
273
  [data-theme=dark] img
274
274
  filter brightness(1)
@@ -288,10 +288,10 @@ table td, table th
288
288
  border var(--style-border-always)
289
289
 
290
290
  table thead
291
- background var(--sco-secondbg)
291
+ background var(--efu-secondbg)
292
292
 
293
293
  b, strong
294
- color var(--sco-lighttext)
294
+ color var(--efu-lighttext)
295
295
 
296
296
  .button--animated
297
297
  border-radius 8px
@@ -12,21 +12,21 @@
12
12
  #nav
13
13
  z-index 998
14
14
  transition .3s
15
- background var(--sco-card-bg)
15
+ background var(--efu-card-bg)
16
16
 
17
17
  a
18
- color var(--sco-fontcolor)
18
+ color var(--efu-fontcolor)
19
19
 
20
20
  &:hover
21
- color var(--sco-card-bg)
21
+ color var(--efu-card-bg)
22
22
 
23
23
  +maxWidth768()
24
24
  align-items flex-end
25
- color var(--sco-fontcolor)
25
+ color var(--efu-fontcolor)
26
26
 
27
27
  &:not(.nav-fixed)
28
28
  #nav
29
- background var(--sco-none)
29
+ background var(--efu-none)
30
30
  transition .3s
31
31
 
32
32
  +maxWidth768()
@@ -35,7 +35,7 @@
35
35
  #page-header
36
36
  #site-title
37
37
  margin 0
38
- color var(--sco-white)
38
+ color var(--efu-white)
39
39
  font-size 1.85em
40
40
 
41
41
  +minWidth768()
@@ -100,7 +100,7 @@
100
100
  user-select none
101
101
 
102
102
  +maxWidth768()
103
- background linear-gradient(to top, var(--sco-main-none) 0, var(--sco-main) 100%)
103
+ background linear-gradient(to top, var(--efu-main-none) 0, var(--efu-main) 100%)
104
104
  transition 0s
105
105
 
106
106
  +maxWidth1400()
@@ -109,7 +109,7 @@
109
109
  a
110
110
  &:hover
111
111
  span
112
- &.scoicon
112
+ &.solitude
113
113
  opacity 0
114
114
 
115
115
  +maxWidth768()
@@ -160,8 +160,8 @@
160
160
  width 25px
161
161
  height 25px
162
162
  border-radius 40px
163
- background var(--sco-fontcolor)
164
- color var(--sco-card-bg)
163
+ background var(--efu-fontcolor)
164
+ color var(--efu-card-bg)
165
165
  position absolute
166
166
  top 5px
167
167
  right 5px
@@ -178,7 +178,7 @@
178
178
  &:hover
179
179
  a
180
180
  &.totopbtn
181
- background var(--sco-lighttext)
181
+ background var(--efu-lighttext)
182
182
 
183
183
  &:not(.long):hover
184
184
  a
@@ -195,8 +195,8 @@
195
195
  z-index 103
196
196
  transition .3s
197
197
  box-shadow none
198
- background var(--sco-card-bg)
199
- outline 1px solid var(--sco-card-border)
198
+ background var(--efu-card-bg)
199
+ outline 1px solid var(--efu-card-border)
200
200
 
201
201
  #menus
202
202
  +minWidth900()
@@ -302,7 +302,7 @@
302
302
  font-size 1.3em
303
303
  opacity 0
304
304
  transition all .5s ease 0s
305
- outline 1px solid var(--sco-none)
305
+ outline 1px solid var(--efu-none)
306
306
  justify-content space-between
307
307
 
308
308
  +maxWidth768()
@@ -325,7 +325,7 @@
325
325
  display inline-block
326
326
 
327
327
  &:hover
328
- color var(--sco-white)
328
+ color var(--efu-white)
329
329
 
330
330
  #site-name
331
331
  padding 0
@@ -354,12 +354,12 @@
354
354
  display flex
355
355
  z-index 1
356
356
  content "\e008"
357
- font-family scoicon, serif
357
+ font-family solitude, serif
358
358
  align-items center
359
359
  justify-content center
360
360
  font-size 22px
361
361
  line-height 1
362
- color var(--sco-card-bg)
362
+ color var(--efu-card-bg)
363
363
 
364
364
  if hexo-config('site.name.class') == i_class
365
365
  i
@@ -400,20 +400,20 @@
400
400
 
401
401
  a
402
402
  transition .3s
403
- color var(--sco-white)
403
+ color var(--efu-white)
404
404
  padding .3rem .4rem 0
405
405
  border-radius 8px
406
406
 
407
407
  &:hover
408
- background var(--sco-white-op)
408
+ background var(--efu-white-op)
409
409
  transition .3s
410
- color var(--sco-white)
410
+ color var(--efu-white)
411
411
 
412
412
  +maxWidth768()
413
- background var(--sco-none)
413
+ background var(--efu-none)
414
414
  box-shadow none
415
415
  transition .3s
416
- color var(--sco-fontcolor)
416
+ color var(--efu-fontcolor)
417
417
 
418
418
  #menus
419
419
  display flex
@@ -450,8 +450,8 @@
450
450
  .menus_item_child
451
451
  padding 6px 4px 8px 4px
452
452
  border-radius 100px
453
- background-color var(--sco-maskbgdeep)
454
- box-shadow var(--sco-shadow-black)
453
+ background-color var(--efu-maskbgdeep)
454
+ box-shadow var(--efu-shadow-black)
455
455
  border var(--style-border)
456
456
  transition .3s
457
457
  backdrop-filter blur(20px)
@@ -476,12 +476,12 @@
476
476
  border-radius 100px
477
477
  padding .3rem .8rem
478
478
  width 100%
479
- color var(--sco-fontcolor)
479
+ color var(--efu-fontcolor)
480
480
 
481
481
  &:hover
482
- background var(--sco-lighttext)
483
- color var(--sco-card-bg)
484
- box-shadow var(--sco-shadow-main)
482
+ background var(--efu-lighttext)
483
+ color var(--efu-card-bg)
484
+ box-shadow var(--efu-shadow-main)
485
485
  margin 0 auto
486
486
  transform scale(1)
487
487
  padding .3rem 1rem
@@ -507,7 +507,7 @@
507
507
  .menus_item_child
508
508
  display block
509
509
  border var(--style-border-hover)
510
- box-shadow var(--sco-shadow-main)
510
+ box-shadow var(--efu-shadow-main)
511
511
  opacity 1
512
512
  pointer-events all
513
513
  transform translateY(0) scale(1)
@@ -562,7 +562,7 @@
562
562
  .back-home-button
563
563
  &:hover
564
564
  +minWidth900()
565
- box-shadow var(--sco-shadow-main)
565
+ box-shadow var(--efu-shadow-main)
566
566
  cursor pointer
567
567
 
568
568
  #page-name
@@ -586,8 +586,8 @@
586
586
 
587
587
  &:hover
588
588
  +minWidth900()
589
- color var(--sco-lighttext) !important
590
- background var(--sco-none)
589
+ color var(--efu-lighttext) !important
590
+ background var(--efu-none)
591
591
  box-shadow none
592
592
 
593
593
  &-mask
@@ -632,7 +632,7 @@
632
632
  .totopbtn
633
633
  i
634
634
  opacity 1
635
- color var(--sco-card-bg)
635
+ color var(--efu-card-bg)
636
636
  transition .3s
637
637
 
638
638
  #percent
@@ -677,8 +677,8 @@ if hexo-config('nav.group')
677
677
  font-size 20px
678
678
 
679
679
  &:hover
680
- background var(--sco-main)
681
- color var(--sco-card-bg)
680
+ background var(--efu-main)
681
+ color var(--efu-card-bg)
682
682
 
683
683
  .back-menu-list-groups
684
684
  display flex
@@ -690,7 +690,7 @@ if hexo-config('nav.group')
690
690
 
691
691
  +maxWidth768()
692
692
  padding-bottom 8px
693
- box-shadow var(--sco-shadow-border)
693
+ box-shadow var(--efu-shadow-border)
694
694
  left: 0
695
695
 
696
696
  .back-menu-list-group
@@ -703,7 +703,7 @@ if hexo-config('nav.group')
703
703
 
704
704
  &:hover
705
705
  .back-menu-list-title
706
- color var(--sco-lighttext)
706
+ color var(--efu-lighttext)
707
707
 
708
708
  .back-menu-list-groups
709
709
  position absolute
@@ -711,13 +711,13 @@ if hexo-config('nav.group')
711
711
  transform scale(.8)
712
712
  transform-origin top left
713
713
  left 1.5rem
714
- background-color var(--sco-maskbgdeep)
714
+ background-color var(--efu-maskbgdeep)
715
715
  border-radius 12px
716
716
  border var(--style-border)
717
717
  flex-direction column
718
718
  font-size 12px
719
- color var(--sco-secondtext)
720
- box-shadow var(--sco-shadow-border)
719
+ color var(--efu-secondtext)
720
+ box-shadow var(--efu-shadow-border)
721
721
  transition .3s
722
722
  opacity 0
723
723
  pointer-events none
@@ -736,44 +736,44 @@ if hexo-config('nav.group')
736
736
  .nav-fixed
737
737
  #nav
738
738
  a
739
- color var(--sco-fontcolor)
739
+ color var(--efu-fontcolor)
740
740
  transition .3s
741
741
 
742
742
  &:hover
743
- background var(--sco-lighttext)
744
- color var(--sco-card-bg)
743
+ background var(--efu-lighttext)
744
+ color var(--efu-card-bg)
745
745
  transition .3s
746
746
 
747
747
  #site-name
748
748
  &:hover
749
749
  +minWidth900()
750
- background var(--sco-lighttext)
750
+ background var(--efu-lighttext)
751
751
 
752
752
  if hexo-config('nav.group')
753
753
  .back-home-button
754
- color var(--sco-fontcolor)
754
+ color var(--efu-fontcolor)
755
755
 
756
756
  &:hover
757
- background var(--sco-lighttext)
758
- color var(--sco-card-bg)
757
+ background var(--efu-lighttext)
758
+ color var(--efu-card-bg)
759
759
 
760
760
  .menus_item
761
761
  &:hover
762
762
  & >
763
763
  a.site-page
764
- background-color var(--sco-lighttext)
764
+ background-color var(--efu-lighttext)
765
765
 
766
766
  +minWidth768()
767
- background-color var(--sco-main)
767
+ background-color var(--efu-main)
768
768
 
769
769
  .post
770
770
  if hexo-config('nav.group')
771
771
  .back-home-button
772
- color var(--sco-white)
772
+ color var(--efu-white)
773
773
 
774
774
  &:hover
775
- background var(--sco-white-op)
776
- color var(--sco-white)
775
+ background var(--efu-white-op)
776
+ color var(--efu-white)
777
777
  cursor pointer
778
778
 
779
779
  #nav
@@ -783,13 +783,13 @@ if hexo-config('nav.group')
783
783
  align-items center
784
784
 
785
785
  &:after
786
- color var(--sco-white)
786
+ color var(--efu-white)
787
787
 
788
788
  .nav-fixed
789
789
  #nav
790
790
  #site-name
791
791
  &:after
792
- color var(--sco-card-bg)
792
+ color var(--efu-card-bg)
793
793
 
794
794
  .back-menu-list-groups
795
795
  .back-menu-list
@@ -817,23 +817,23 @@ if hexo-config('nav.group')
817
817
  padding 4px 8px
818
818
 
819
819
  &:hover
820
- background var(--sco-lighttext)
820
+ background var(--efu-lighttext)
821
821
  transform scale(1)
822
822
 
823
823
  .back-menu-item-text
824
- color var(--sco-card-bg)
824
+ color var(--efu-card-bg)
825
825
 
826
826
  .back-menu-item-icon
827
827
  width 24px
828
828
  height 24px
829
829
  border-radius 8px
830
- background var(--sco-none)
830
+ background var(--efu-none)
831
831
 
832
832
  .back-menu-item-text
833
833
  font-size 16px
834
834
  transition .3s
835
835
  margin-left .5rem
836
- color var(--sco-fontcolor)
836
+ color var(--efu-fontcolor)
837
837
 
838
838
  +maxWidth768()
839
839
  font-size 14px
@@ -842,33 +842,33 @@ if hexo-config('nav.group')
842
842
  #nav
843
843
  a
844
844
  &:hover
845
- color var(--sco-card-bg)
846
- background var(--sco-main)
845
+ color var(--efu-card-bg)
846
+ background var(--efu-main)
847
847
  transition .3s
848
- box-shadow var(--sco-shadow-main)
848
+ box-shadow var(--efu-shadow-main)
849
849
  #site-name
850
850
  &:hover
851
851
  i
852
- color var(--sco-card-bg)
852
+ color var(--efu-card-bg)
853
853
 
854
854
  .menus_item
855
855
  &:hover
856
856
  & > a.site-page
857
857
  +minWidth768()
858
- color var(--sco-card-bg) !important
859
- background var(--sco-main)
860
- box-shadow var(--sco-shadow-main)
858
+ color var(--efu-card-bg) !important
859
+ background var(--efu-main)
860
+ box-shadow var(--efu-shadow-main)
861
861
 
862
862
  .error
863
863
  #nav
864
864
  a
865
865
  &:hover
866
- background var(--sco-main)
866
+ background var(--efu-main)
867
867
 
868
868
  #site-name
869
869
  i
870
870
  +maxWidth768()
871
- color var(--sco-fontcolor)
871
+ color var(--efu-fontcolor)
872
872
 
873
873
  #weblogo
874
874
  align-self center
@@ -22,10 +22,10 @@
22
22
  width 100%
23
23
 
24
24
  > div:first-child:not(.recent-posts)
25
- box-shadow var(--sco-shadow-border)
25
+ box-shadow var(--efu-shadow-border)
26
26
  padding 1rem 2rem
27
27
  border-radius 12px
28
- background var(--sco-card-bg)
28
+ background var(--efu-card-bg)
29
29
  border var(--style-border)
30
30
  align-self flex-start
31
31
  animation slide-in .6s .1s backwards
@@ -35,11 +35,11 @@
35
35
  box-shadow none
36
36
  border none
37
37
  padding 0 1rem
38
- background var(--sco-background)
38
+ background var(--efu-background)
39
39
 
40
40
  span.tags-punctuation::before
41
41
  content: "\e071"
42
- font-family: scoicon, serif !important
42
+ font-family: solitude, serif !important
43
43
  font-size: 12px
44
44
  transition none
45
45
  margin-right: 2px
@@ -53,9 +53,9 @@ span.tags-punctuation::before
53
53
  line-height 32px
54
54
 
55
55
  // snackbar
56
- .snackbar-container
57
- background var(--sco-lighttext) !important
58
- color var(--sco-card-bg) !important
56
+ body .snackbar-container
57
+ background var(--efu-lighttext) !important
58
+ color var(--efu-card-bg) !important
59
59
  border-radius 0 !important
60
60
  display flex
61
61
  justify-content center !important
@@ -67,7 +67,7 @@ span.tags-punctuation::before
67
67
  transform none !important
68
68
 
69
69
  .snackbar-container p
70
- color var(--sco-card-bg) !important
70
+ color var(--efu-card-bg) !important
71
71
  font-weight 700 !important
72
72
  text-align center !important
73
73
  font-size .8rem !important
@@ -75,8 +75,8 @@ span.tags-punctuation::before
75
75
  justify-content center !important
76
76
 
77
77
  .snackbar-container .action
78
- color var(--sco-card-bg) !important
79
- background var(--sco-lighttext) !important
78
+ color var(--efu-card-bg) !important
79
+ background var(--efu-lighttext) !important
80
80
  padding 4px 6px !important
81
81
  font-weight 700
82
82
  border-radius 8px !important
@@ -84,8 +84,8 @@ span.tags-punctuation::before
84
84
  border var(--style-border) !important
85
85
 
86
86
  .snackbar-container .action:hover
87
- color var(--sco-lighttext) !important
88
- background var(--sco-card-bg) !important
87
+ color var(--efu-lighttext) !important
88
+ background var(--efu-card-bg) !important
89
89
 
90
90
  .snackbar-container::after
91
91
  position absolute
@@ -93,10 +93,10 @@ span.tags-punctuation::before
93
93
  height 100%
94
94
  left 0
95
95
  top 0
96
- background var(--sco-white)
96
+ background var(--efu-white)
97
97
  opacity .1
98
98
  content ""
99
- animation snackbar-progress var(--sco-snackbar-time) linear forwards
99
+ animation snackbar-progress var(--efu-snackbar-time) linear forwards
100
100
  pointer-events none
101
101
 
102
102
  @keyframes snackbar-progress