hexo-theme-particlex 2.4.8 → 2.4.9

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hexo-theme-particlex",
3
- "version": "2.4.8",
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,7 +696,7 @@ 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,
@@ -723,6 +723,7 @@ h3,
723
723
  h4,
724
724
  h5,
725
725
  h6 {
726
+ color: #1e3e3f;
726
727
  font-weight: bold;
727
728
  margin: 15px 0;
728
729
  }