Rename directory

This commit is contained in:
Ladd Hoffman 2023-01-04 14:32:01 -06:00
parent e34534675f
commit 07b992e572
37 changed files with 6 additions and 0 deletions

View File

Before

Width:  |  Height:  |  Size: 3.5 KiB

After

Width:  |  Height:  |  Size: 3.5 KiB

View File

@ -5,6 +5,12 @@ body {
font-family: monospace;
font-size: 8pt;
}
a {
color: #c6f4ff;
}
a:visited {
color: #85b7c3;
}
.box {
width: fit-content;
}