diff options
| author | MohamedBassem <me@mbassem.com> | 2024-03-19 03:10:42 +0000 |
|---|---|---|
| committer | MohamedBassem <me@mbassem.com> | 2024-03-19 11:29:33 +0000 |
| commit | f94432b94512cef90cca6d0d5396b4547ccbe68b (patch) | |
| tree | b4888881a713654a4accbd5fbdbae6574a7e62e3 /docs/src | |
| parent | 3304ed4733f7301a29231ee4f967e04fd7c10880 (diff) | |
| download | karakeep-f94432b94512cef90cca6d0d5396b4547ccbe68b.tar.zst | |
docs: Bootstrap docusaurus docs
Diffstat (limited to 'docs/src')
| -rw-r--r-- | docs/src/css/custom.css | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/docs/src/css/custom.css b/docs/src/css/custom.css new file mode 100644 index 00000000..2bc6a4cf --- /dev/null +++ b/docs/src/css/custom.css @@ -0,0 +1,30 @@ +/** + * Any CSS included here will be global. The classic template + * bundles Infima by default. Infima is a CSS framework designed to + * work well for content-centric websites. + */ + +/* You can override the default Infima variables here. */ +:root { + --ifm-color-primary: #2e8555; + --ifm-color-primary-dark: #29784c; + --ifm-color-primary-darker: #277148; + --ifm-color-primary-darkest: #205d3b; + --ifm-color-primary-light: #33925d; + --ifm-color-primary-lighter: #359962; + --ifm-color-primary-lightest: #3cad6e; + --ifm-code-font-size: 95%; + --docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.1); +} + +/* For readability concerns, you should choose a lighter palette in dark mode. */ +[data-theme='dark'] { + --ifm-color-primary: #25c2a0; + --ifm-color-primary-dark: #21af90; + --ifm-color-primary-darker: #1fa588; + --ifm-color-primary-darkest: #1a8870; + --ifm-color-primary-light: #29d5b0; + --ifm-color-primary-lighter: #32d8b4; + --ifm-color-primary-lightest: #4fddbf; + --docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.3); +} |
