mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
automated mkdocs setup
Signed-off-by: Philippe Leprince <philippe@ynput.io>
This commit is contained in:
parent
9344ac84b0
commit
a9f6b39de3
9 changed files with 982 additions and 3 deletions
12
docs/css/custom.css
Normal file
12
docs/css/custom.css
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
[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;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue