some more themeing

This commit is contained in:
mfahampshire
2024-10-15 22:13:51 +02:00
parent 5b3f986602
commit 8ebfa810fa
2 changed files with 7 additions and 4 deletions
+4 -1
View File
@@ -22,8 +22,11 @@ div.nextra-code-block > div {
}
.nextra-toc {
width: 400px !important;
width: 370px !important;
padding-right: 0px;
padding-left: 0px;
text-align: right;
border-left: 1px solid #262626;
}
/* Code blocks*/
+3 -3
View File
@@ -10,9 +10,9 @@ const config: DocsThemeConfig = {
},
docsRepositoryBase:
"https://github.com/nymtech/nym/tree/develop/documentation/docs/",
footer: {
text: Footer,
},
// footer: {
// text: Footer,
// },
darkMode: true,
sidebar: {
defaultMenuCollapseLevel: 1,