remove notebook from navbar, cleanup synth.download homepage for tildification
All checks were successful
/ build (push) Successful in 56s

This commit is contained in:
Ruben 2025-06-03 22:35:05 -05:00
commit 9a78b7e4a4
No known key found for this signature in database
GPG key ID: 8EA836555FB6D9A5
7 changed files with 408 additions and 166 deletions

View file

@ -117,6 +117,23 @@ html[page-is="goopy"] {
transition: .2s box-shadow;
}
#buttons section {
text-align: center;
font-size: 0px;
img {
margin-right: 5px;
image-rendering: auto;
image-rendering: crisp-edges;
image-rendering: pixelated;
transition: transform 0.2s;
}
img:hover {
transform: scale(2);
}
}
/* goop coloring for theme issues stuff */
@media (prefers-color-scheme: light) {
.nav-baselink, .nav-accessibility {