Refreshes Retype-generated documentation.

Process triggered by nbats.
This commit is contained in:
Retype GitHub Action
2023-08-06 04:12:11 +00:00
parent a1932e3e01
commit e6a20ad1f9
27 changed files with 474 additions and 281 deletions

View File

@@ -1,3 +1,12 @@
h1 {
h1 {
text-align: center;
}
}
/* Icons */
html.dark ul.flex-col > li > a > svg {
color: white !important;
}
:not(html.dark) ul.flex-col > li > a > svg {
color: rgb(47 51 72/var(--tw-text-opacity));
}