docs: setup help docs

This commit is contained in:
nxglabs
2023-12-18 23:00:04 +05:30
parent bb7827b762
commit 1ac8800b40
56 changed files with 1751 additions and 20 deletions
+9 -1
View File
@@ -14,7 +14,8 @@
--ifm-color-primary-lighter: #0E205F;
--ifm-color-primary-lightest: #112775;
--ifm-code-font-size: 95%;
--docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.1);
--docusaurus-highlighted-code-line-bg: rgba(215, 16, 16, 0.1);
--ifm-color-primary-gradient: linear-gradient(45deg, #c6cde4, #112775); /* created by chatgpt */
}
/* For readability concerns, you should choose a lighter palette in dark mode. */
@@ -28,3 +29,10 @@
--ifm-color-primary-lightest: #4fddbf;
--docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.3);
}
/* created by chatgpt */
.hero.hero--primary.heroBannerGradient {
background: var(--ifm-color-primary-gradient);
}