Skip to content

Commit 713eed2

Browse files
committed
fix: link and dark mode
1 parent 96cce66 commit 713eed2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ const config = {
8585
label: 'API',
8686
},
8787
{
88-
href: 'https://github.com/facebook/docusaurus',
88+
href: 'https://github.com/ServerlessLLM/ServerlessLLM',
8989
label: 'GitHub',
9090
position: 'right',
9191
},

src/css/custom.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
/* For readability concerns, you should choose a lighter palette in dark mode. */
2121
[data-theme='dark'] {
22-
--ifm-color-primary: #25c2a0;
22+
--ifm-color-primary: #bbc1cf;
2323
--ifm-color-primary-dark: #21af90;
2424
--ifm-color-primary-darker: #1fa588;
2525
--ifm-color-primary-darkest: #1a8870;

0 commit comments

Comments
 (0)