@rspress-theme-anatole/theme-default 0.7.40 → 0.7.41

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/dist/bundle.css +1 -1
  2. package/package.json +3 -3
package/dist/bundle.css CHANGED
@@ -3763,7 +3763,7 @@ p {
3763
3763
  }
3764
3764
 
3765
3765
  .features-item-icon-div.features-item-icon-div--fa {
3766
- background-color: linear-gradient(135deg, #C72281, #7B2FBE);
3766
+ background: linear-gradient(135deg, #C72281, #7B2FBE);
3767
3767
  padding-top: 8px;
3768
3768
  }
3769
3769
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@rspress-theme-anatole/theme-default",
3
3
  "author": "Anatole Tong",
4
- "version": "0.7.40",
4
+ "version": "0.7.41",
5
5
  "license": "MIT",
6
6
  "sideEffects": [
7
7
  "*.css",
@@ -21,8 +21,8 @@
21
21
  "types": "./dist/bundle.d.ts",
22
22
  "dependencies": {
23
23
  "@mdx-js/react": "2.3.0",
24
- "@rspress-theme-anatole/rspress-plugin-mermaid": "0.7.40",
25
- "@rspress-theme-anatole/shared": "0.7.40",
24
+ "@rspress-theme-anatole/rspress-plugin-mermaid": "0.7.41",
25
+ "@rspress-theme-anatole/shared": "0.7.41",
26
26
  "@rspress/runtime": "1.43.8",
27
27
  "body-scroll-lock": "4.0.0-beta.0",
28
28
  "copy-to-clipboard": "^3.3.3",