hexo-theme-particlex 2.4.10 → 2.4.11

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.10",
3
+ "version": "2.4.11",
4
4
  "description": "A concise Hexo theme, based on Particle.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -20,6 +20,10 @@
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
+ },
23
27
  "scripts": {
24
28
  "test": "echo \"Error: no test specified\" && exit 1"
25
29
  }
@@ -752,6 +752,13 @@ audio,
752
752
  iframe {
753
753
  border-radius: 10px;
754
754
  }
755
+ mark {
756
+ background: #fff13360;
757
+ border-radius: 4px;
758
+ color: unset;
759
+ line-height: 2.5;
760
+ padding: 4px 8px;
761
+ }
755
762
  p,
756
763
  ul,
757
764
  ol {