hexo-theme-gnix 4.0.1 → 4.0.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.0.1",
3
+ "version": "4.0.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.",
@@ -3,7 +3,7 @@
3
3
  :root {
4
4
  --font-serif: Georgia, "Times New Roman", Times, "Songti SC", "STSong", serif;
5
5
  --font-sans-serif:
6
- Futura, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
6
+ Avenir, Futura, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
7
7
  Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
8
8
  --font-monospace:
9
9
  "Maple Mono NF CN", "Maple Mono NF", "SF Mono", "SF Pro", Menlo, Monaco,
@@ -988,8 +988,7 @@ video {
988
988
  img,
989
989
  video {
990
990
  display: block;
991
- margin: 0 0 1rem 0;
992
- border-radius: 2px;
991
+ margin: 0 auto;
993
992
  }
994
993
 
995
994
  img:hover,