Skip to content

Commit 1518c79

Browse files
committed
refactor(website): update theme
1 parent 6e5b96e commit 1518c79

File tree

8 files changed

+44
-35
lines changed

8 files changed

+44
-35
lines changed

apps/website/app/theme.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,15 @@
4444
border: none;
4545
}
4646

47+
.dark .prose {
48+
--tw-prose-body:
49+
color-mix(in oklab, var(--color-fd-foreground) 80%, transparent);
50+
}
51+
52+
.dark .prose :where(code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
53+
color: #ffffff;
54+
}
55+
4756
.dark #nd-sidebar {
4857
--color-fd-muted: hsl(0, 0%, 16%);
4958
--color-fd-secondary: hsl(0, 0%, 18%);

apps/website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"fumadocs-twoslash": "3.1.0",
1919
"fumadocs-typescript": "3.1.0",
2020
"fumadocs-ui": "15.0.12",
21-
"lucide-react": "^0.479.0",
21+
"lucide-react": "^0.481.0",
2222
"next": "^15.2.2",
2323
"next-view-transitions": "^0.3.4",
2424
"react": "^19.0.0",

examples/vite-react-dom-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"eslint-plugin-react-refresh": "^0.4.19",
3030
"typescript": "^5.8.2",
3131
"typescript-eslint": "^8.26.1",
32-
"vite": "^6.2.1"
32+
"vite": "^6.2.2"
3333
},
3434
"engines": {
3535
"node": ">=18.18.0"

examples/vite-react-dom-js-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"eslint-plugin-react-hooks": "^5.2.0",
2626
"eslint-plugin-react-refresh": "^0.4.19",
2727
"globals": "^16.0.0",
28-
"vite": "^6.2.1"
28+
"vite": "^6.2.2"
2929
},
3030
"engines": {
3131
"node": ">=18.18.0"

examples/vite-react-dom-js-with-babel-eslint-parser-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"eslint-plugin-react-hooks": "^5.2.0",
3232
"eslint-plugin-react-refresh": "^0.4.19",
3333
"globals": "^16.0.0",
34-
"vite": "^6.2.1"
34+
"vite": "^6.2.2"
3535
},
3636
"engines": {
3737
"node": ">=18.18.0"

examples/vite-react-dom-with-ts-blank-eslint-parser-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"ts-blank-eslint-parser": "^0.4.2",
3333
"typescript": "^5.8.2",
3434
"typescript-eslint": "^8.26.1",
35-
"vite": "^6.2.1"
35+
"vite": "^6.2.2"
3636
},
3737
"engines": {
3838
"node": ">=18.18.0"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115
"cross-spawn": "^7.0.6",
116116
"esbuild": "^0.25.1",
117117
"is-core-module": "npm:@socketregistry/is-core-module@^1.0.8",
118-
"lucide-react": "^0.479.0",
118+
"lucide-react": "^0.480.0",
119119
"next": "^15.2.2",
120120
"react": "^19.0.0",
121121
"react-dom": "^19.0.0",

pnpm-lock.yaml

Lines changed: 29 additions & 29 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)