Initial commit

This commit is contained in:
2026-04-11 21:59:43 -04:00
commit a9faf300bf
42 changed files with 57897 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
html
/*
This adjusts the font size of Jupyter notebook code blocks to be closer to normal.
*/
.highlight {
font-size: 85%;
}