hexo-theme-gnix 4.2.0 → 4.2.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hexo-theme-gnix",
3
- "version": "4.2.0",
3
+ "version": "4.2.2",
4
4
  "author": "Efterklang <gaojiaxing0220@gmail.com>",
5
5
  "license": "MIT",
6
6
  "description": "Second generation of Hexo theme Icarus, now with Catppuccin flavor and night mode support.",
@@ -13,7 +13,7 @@
13
13
  Avenir, system-ui, "Segoe UI", Roboto, Helvetica, Arial, "PingFang SC",
14
14
  "Hiragino Sans GB", "Microsoft YaHei", "Noto Sans CJK SC",
15
15
  "Source Han Sans CN", sans-serif;
16
- --font-handwriting: "Bradley Hand", "Segoe Script", "Dancing Script", cursive;
16
+ --font-handwriting: "Bradley Hand", cursive;
17
17
  }
18
18
 
19
19
  /* #region Color */
@@ -407,6 +407,10 @@ textarea {
407
407
  padding: 0;
408
408
  }
409
409
 
410
+ ul {
411
+ list-style: none;
412
+ }
413
+
410
414
  button,
411
415
  input,
412
416
  select,