Initial commit

This commit is contained in:
Nick Touran 2025-09-22 14:54:12 -04:00
commit 56a79e3562
55 changed files with 1905 additions and 0 deletions

View file

@ -0,0 +1,14 @@
/*
Add brand colors here
See also: https://pydata-sphinx-theme.readthedocs.io/en/stable/user_guide/styling.html#color-variables
*/
html[data-theme="light"] {
--pst-color-primary: rgb(126, 3, 3);
--pst-color-secondary: rgb(218, 2, 2);
}
html[data-theme="dark"] {
--pst-color-primary: rgb(115, 199, 164);
--pst-color-secondary: rgb(21, 197, 124);
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

BIN
documents/_static/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 84 KiB