Deployed 3b86b36128 to 1.6.10 with MkDocs 1.6.1 and mike 2.1.3

This commit is contained in:
Ynbot 2025-11-18 13:07:19 +00:00
parent cc1d1c6c15
commit 02c345f8b7
506 changed files with 374461 additions and 3 deletions

12
1.6.10/css/custom.css Normal file
View 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;
}