ayon-core/docs/css/custom.css
Philippe Leprince a9f6b39de3 automated mkdocs setup
Signed-off-by: Philippe Leprince <philippe@ynput.io>
2025-03-25 18:12:36 +01:00

12 lines
438 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;
}
[data-md-color-scheme="default"] {
/* simple default 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;
}