made a page to generate crafting trees (TODO: docs + testing)

This commit is contained in:
2026-07-19 00:47:00 +02:00
parent 0fb8cc4974
commit 1f9e0e2b04
11 changed files with 497 additions and 26 deletions
+2 -2
View File
@@ -36,7 +36,7 @@ h1 {
margin: 0%;
}
button:hover {
filter: brightness(1.15) drop-shadow(0px calc(1px * var(--pxDensity)) rgba(0, 0, 0, 0.5));
filter: brightness(1.15) drop-shadow(0px calc(2px * var(--pxDensity)) rgba(0, 0, 0, 0.5));
cursor: pointer;
}
button:active {
@@ -44,7 +44,7 @@ button:active {
transform: translateY(calc(1px * var(--pxDensity)));
}
.toyUl {
padding: calc(3px * var(--pxDensity));
padding: 0% calc(3px * var(--pxDensity));
display: inline-flex;
width: fit-content;
justify-content: center;