@umijs/plugin-docs 4.0.0-canary.20220615.1 → 4.0.0-canary.20220615.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.
@@ -209,7 +209,7 @@ html {
209
209
  :root {
210
210
  --anchor-offset: 28px;
211
211
 
212
- color-scheme: var(--color-scheme, light dark);
212
+ color-scheme: var(--color-scheme, light);
213
213
  }
214
214
 
215
215
  /** Anchor with offset for headings */
@@ -2035,7 +2035,7 @@ html {
2035
2035
 
2036
2036
  :root {
2037
2037
  --anchor-offset: 28px;
2038
- color-scheme: var(--color-scheme, light dark);
2038
+ color-scheme: var(--color-scheme, light);
2039
2039
  }
2040
2040
 
2041
2041
  /** Anchor with offset for headings */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@umijs/plugin-docs",
3
- "version": "4.0.0-canary.20220615.1",
3
+ "version": "4.0.0-canary.20220615.2",
4
4
  "description": "@umijs/plugin-docs",
5
5
  "homepage": "https://github.com/umijs/umi-next/tree/master/packages/plugin-docs#readme",
6
6
  "bugs": "https://github.com/umijs/umi-next/issues",
@@ -39,7 +39,7 @@
39
39
  "rehype-slug": "5.0.1",
40
40
  "remark-gfm": "^3.0.1",
41
41
  "tailwindcss": "^3.0.24",
42
- "umi": "4.0.0-canary.20220615.1"
42
+ "umi": "4.0.0-canary.20220615.2"
43
43
  },
44
44
  "publishConfig": {
45
45
  "access": "public"