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 042b1cb commit 66b0803Copy full SHA for 66b0803
package.json
@@ -117,6 +117,9 @@
117
"ts-api-utils": "^2.1.0",
118
"tslib": "^2.8.1",
119
"typescript": "^5.9.3"
120
+ },
121
+ "patchedDependencies": {
122
+ "fumadocs-ui": "patches/fumadocs-ui.patch"
123
}
124
125
patches/fumadocs-ui.patch
@@ -0,0 +1,13 @@
1
+diff --git a/css/shiki.css b/css/shiki.css
2
+index a0bcae7d8ad5a8ac120bc05c46c1d20005be9de4..be48d796741a67f0cc67fd3d6e930df12aadf4f7 100644
3
+--- a/css/shiki.css
4
++++ b/css/shiki.css
5
+@@ -60,7 +60,7 @@
6
+ .diff.remove& {
7
+ opacity: 0.7;
8
+ --fd-counter-color: var(--color-fd-diff-remove-symbol);
9
+- @apply bg-fd-diff-remove;
10
++
11
+ }
12
+
13
+ .diff.remove&::before {
0 commit comments