Initial commit
This commit is contained in:
commit
98edb494ae
55 changed files with 1905 additions and 0 deletions
14
documents/_static/css/custom.css
Normal file
14
documents/_static/css/custom.css
Normal 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);
|
||||
}
|
||||
BIN
documents/_static/favicon.ico
Normal file
BIN
documents/_static/favicon.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.4 KiB |
BIN
documents/_static/logo.png
Normal file
BIN
documents/_static/logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 84 KiB |
Loading…
Add table
Add a link
Reference in a new issue