mirror of
https://github.com/OpenSignLabs/OpenSign.git
synced 2026-08-26 17:42:33 +02:00
docs: setup help docs
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user