From ea802aa91e40ea6150773d4c7618f450a64a8ca8 Mon Sep 17 00:00:00 2001 From: Damien Date: Thu, 22 Jul 2021 00:38:53 +0200 Subject: docs: Setup mkdocs with mkdocs-material theme This changes the framework used to generate the klipper3d site. Signed-off-by: Damien Martin --- docs/_klipper3d/css/extra.css | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 docs/_klipper3d/css/extra.css (limited to 'docs/_klipper3d/css') diff --git a/docs/_klipper3d/css/extra.css b/docs/_klipper3d/css/extra.css new file mode 100644 index 00000000..0bdfed47 --- /dev/null +++ b/docs/_klipper3d/css/extra.css @@ -0,0 +1,15 @@ +[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; +} \ No newline at end of file -- cgit v1.2.3-70-g09d2