Deployed dc7b02f with MkDocs version: 1.2.3

This commit is contained in:
2022-04-06 13:35:20 +00:00
commit a109567020
278 changed files with 263821 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
/* Customization of mkdocs generated site */
[data-md-color-scheme="slate"] {
--md-primary-fg-color: hsla(var(--md-hue),15%,12%,1);
--md-default-bg-color: hsla(var(--md-hue),17%,17%,1);
--md-typeset-a-color: steelblue;
--md-accent-fg-color: lightblue;
}
img {
background-color: white;
}
.center-image {
margin: 0 auto;
display: block;
}