Migrate to servable
Some checks failed
CI / Check typos (push) Has been cancelled
CI / Check links (push) Has been cancelled
CI / Clippy (push) Has been cancelled
CI / Build and test (push) Has been cancelled
CI / Build container (push) Has been cancelled
CI / Deploy on waypoint (push) Has been cancelled

This commit is contained in:
2025-11-27 20:25:30 -08:00
parent b6de727883
commit bfa6d2c8d9
59 changed files with 559 additions and 3162 deletions

32
css/images.scss Normal file
View File

@@ -0,0 +1,32 @@
img {
max-width: 90%;
height: auto;
margin: .2rem;
padding: .2rem;
border-radius: 15px;
border: solid .2rem transparent;
transition: 150ms;
image-rendering: pixelated;
}
img:hover {
border: solid .2rem var(--metaColor);
transform: scale(1.02);
}
.icons {
width: 2.0rem;
height: 2.0rem;
aspect-ratio: 1/1;
display: inline-block;
vertical-align: middle;
color: var(--fgColor);
fill: var(--fgColor);
background-color: transparent;
}
.icons__background:hover {
background-color: transparent;
color: var(--metaColor);
}