Skip to content

Commit 063f71f

Browse files
authored
Merge pull request #710 from meetoza30/our-sponsors/text-fix
fixed the text visibility issue
2 parents 8f70b75 + 3d739ed commit 063f71f

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

docusaurus.config.ts

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -243,9 +243,7 @@ const config: Config = {
243243

244244
markdown: {
245245
mermaid: true,
246-
hooks: {
247-
onBrokenMarkdownLinks: "warn",
248-
},
246+
249247
},
250248

251249
// Migrated legacy setting to markdown.hooks.onBrokenMarkdownLinks
@@ -268,6 +266,9 @@ const config: Config = {
268266
// ✅ Add this customFields object to expose the token to the client-side
269267
customFields: {
270268
gitToken: process.env.DOCUSAURUS_GIT_TOKEN,
269+
hooks: {
270+
onBrokenMarkdownLinks: "warn",
271+
}
271272
},
272273
};
273274

src/pages/our-sponsors/Sponsors.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,10 @@
5858
color: var(--dark-text-secondary);
5959
}
6060

61+
[data-theme='dark'] .tab-button.active:hover {
62+
color: white;
63+
}
64+
6165
.tab-button.active {
6266
color: #4f46e5;
6367
}

0 commit comments

Comments
 (0)