Skip to content

Commit 9288db6

Browse files
committed
website: update theme style.
1 parent 2c7d769 commit 9288db6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
"@uiw/react-github-corners": "~1.5.3",
8383
"@uiw/react-markdown-preview": "^4.0.4",
8484
"@uiw/react-loader": "^4.14.2",
85-
"@wcj/dark-mode": "~1.0.10",
85+
"@wcj/dark-mode": "^1.0.13",
8686
"code-example": "^3.3.1",
8787
"compile-less-cli": "~1.8.11",
8888
"husky": "~7.0.4",

website/App.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ body {
1919
font-size: 12px;
2020
font-weight: 400;
2121
position: absolute;
22-
color: var(--color-thme-text);
23-
background-color: var(--color-thme-bg);
22+
color: var(--color-theme-text);
23+
background-color: var(--color-theme-bg);
2424
padding: 0 3px;
2525
border-radius: 3px;
2626
margin-left: 5px;

0 commit comments

Comments
 (0)