hexo-theme-particlex 2.4.7 → 2.4.9

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hexo-theme-particlex",
3
- "version": "2.4.7",
3
+ "version": "2.4.9",
4
4
  "description": "A concise Hexo theme, based on Particle.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -20,10 +20,6 @@
20
20
  "url": "https://github.com/argvchs/hexo-theme-particlex/issues"
21
21
  },
22
22
  "homepage": "https://github.com/argvchs/hexo-theme-particlex#readme",
23
- "dependencies": {
24
- "hexo-helper-crypto": "^1.1.0",
25
- "hexo-renderer-ejs": "^2.0.0"
26
- },
27
23
  "scripts": {
28
24
  "test": "echo \"Error: no test specified\" && exit 1"
29
25
  }
@@ -595,7 +595,7 @@ body::-webkit-scrollbar-track {
595
595
  position: absolute;
596
596
  top: 0;
597
597
  }
598
- .math.display .katex {
598
+ .katex {
599
599
  overflow: auto;
600
600
  }
601
601
  .page-num,
@@ -696,14 +696,15 @@ audio,
696
696
  iframe,
697
697
  #home-head,
698
698
  #menu,
699
- .math,
699
+ .katex,
700
700
  .go-post,
701
701
  .page-current,
702
702
  .categories-tags a,
703
703
  .friend-link a,
704
704
  .icon-link a,
705
705
  .language,
706
- .copycode {
706
+ .copycode,
707
+ .header-anchor {
707
708
  user-select: none;
708
709
  }
709
710
  code {
@@ -722,6 +723,7 @@ h3,
722
723
  h4,
723
724
  h5,
724
725
  h6 {
726
+ color: #1e3e3f;
725
727
  font-weight: bold;
726
728
  margin: 15px 0;
727
729
  }