docs for toys/crafting

This commit is contained in:
2026-07-20 12:37:27 +02:00
parent 6aa072101e
commit 31ab13bb07
4 changed files with 121 additions and 3 deletions
+10
View File
@@ -81,4 +81,14 @@
@keyframes un-collapse {
0% { transform: translateX(calc(-63px * var(--pxDensity))); }
100% { transform: translateX(0%); }
}
a {
cursor: pointer;
color: #2222FF;
text-decoration: underline;
font-weight: normal;
}
a:visited {
color: #551A8B;
}