summaryrefslogtreecommitdiff
path: root/docs/source/_static/css
diff options
context:
space:
mode:
authorClaudius "keldu" Holeksa <mail@keldu.de>2024-05-23 17:23:25 +0200
committerClaudius "keldu" Holeksa <mail@keldu.de>2024-05-23 17:23:25 +0200
commit8b5c1e6a6cd5536d9414262c42452f8655658728 (patch)
tree29bf1540f93e33c64f63dc58b9bc2a90738310f7 /docs/source/_static/css
parenteedd47efb3255f55216125cd3cd2ebdad3b8c1b6 (diff)
Got the docs to be generated
Diffstat (limited to 'docs/source/_static/css')
-rw-r--r--docs/source/_static/css/custom.css15
1 files changed, 15 insertions, 0 deletions
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;
+}