mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
- in the repo root, run: `poetry run mkdocs serve` - Check the result: http://127.0.0.1:8000/ Signed-off-by: Philippe Leprince <philippe@ynput.io>
6 lines
No EOL
216 B
CSS
6 lines
No EOL
216 B
CSS
[data-md-color-scheme="slate"] {
|
|
/* simple slate overrides */
|
|
--md-primary-fg-color: hsl(155, 49%, 50%);
|
|
--md-accent-fg-color: rgb(93, 200, 156);
|
|
--md-typeset-a-color: hsl(155, 49%, 45%) !important;
|
|
} |