From 8b5c1e6a6cd5536d9414262c42452f8655658728 Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Thu, 23 May 2024 17:23:25 +0200 Subject: Got the docs to be generated --- docs/source/_static/css/custom.css | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 docs/source/_static/css/custom.css (limited to 'docs/source/_static/css') diff --git a/docs/source/_static/css/custom.css b/docs/source/_static/css/custom.css new file mode 100644 index 0000000..ba76c62 --- /dev/null +++ b/docs/source/_static/css/custom.css @@ -0,0 +1,15 @@ +:root { + --content-background-color: #fff5e1; + --navbar-background-color: #263547; + --navbar-heading-color: #eeeeee; +} + +.wy-nav-side { + background: var(--navbar-background-color); +} + +.classref-section-separator { + border-color: var(--navbar-heading-color); + border-top-width: 3px; + margin: 36px 0; +} -- cgit v1.2.3