hexo-theme-gnix 6.0.0 → 6.0.1

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.
Files changed (2) hide show
  1. package/layout/tags.jsx +1 -1
  2. package/package.json +1 -1
package/layout/tags.jsx CHANGED
@@ -6,7 +6,7 @@ class Tags extends Component {
6
6
 
7
7
  const inlineCSS = `
8
8
  .tags {
9
- font-family: var(--font-monospace);
9
+ font-family: var(--font-mono);
10
10
  flex-wrap: wrap;
11
11
  justify-content: flex-start;
12
12
  padding: 0.5rem 0.5rem;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hexo-theme-gnix",
3
- "version": "6.0.0",
3
+ "version": "6.0.1",
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.",