valaxy-theme-press 0.26.6 → 0.26.8

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.
@@ -21,7 +21,7 @@ const { $tO } = useValaxyI18n()
21
21
  </h2>
22
22
  <div
23
23
  v-if="post.excerpt"
24
- class="prose max-w-none text-gray-500"
24
+ class="prose dark:prose-invert max-w-none text-gray-500"
25
25
  v-html="post.excerpt"
26
26
  />
27
27
  </div>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "valaxy-theme-press",
3
- "version": "0.26.6",
3
+ "version": "0.26.8",
4
4
  "description": "Docs Theme for Valaxy",
5
5
  "author": {
6
6
  "email": "me@yunyoujun.cn",
@@ -26,6 +26,6 @@
26
26
  "@docsearch/js": "^3.9.0"
27
27
  },
28
28
  "devDependencies": {
29
- "valaxy": "0.26.6"
29
+ "valaxy": "0.26.8"
30
30
  }
31
31
  }
@@ -61,7 +61,8 @@
61
61
  .va-git-log-contributor {
62
62
  padding-left: 0;
63
63
  padding-top: 0;
64
-
64
+
65
+ li,
65
66
  li+li {
66
67
  margin-top: 0;
67
68
  }