We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c7d769 commit 9288db6Copy full SHA for 9288db6
package.json
@@ -82,7 +82,7 @@
82
"@uiw/react-github-corners": "~1.5.3",
83
"@uiw/react-markdown-preview": "^4.0.4",
84
"@uiw/react-loader": "^4.14.2",
85
- "@wcj/dark-mode": "~1.0.10",
+ "@wcj/dark-mode": "^1.0.13",
86
"code-example": "^3.3.1",
87
"compile-less-cli": "~1.8.11",
88
"husky": "~7.0.4",
website/App.css
@@ -19,8 +19,8 @@ body {
19
font-size: 12px;
20
font-weight: 400;
21
position: absolute;
22
- color: var(--color-thme-text);
23
- background-color: var(--color-thme-bg);
+ color: var(--color-theme-text);
+ background-color: var(--color-theme-bg);
24
padding: 0 3px;
25
border-radius: 3px;
26
margin-left: 5px;
0 commit comments