improve instance pages, start work on proper toc element
All checks were successful
/ build (push) Successful in 1m19s

This commit is contained in:
Ruben 2025-07-01 02:45:02 -05:00
commit a2d12ebead
No known key found for this signature in database
GPG key ID: 8EA836555FB6D9A5
13 changed files with 489 additions and 291 deletions

View file

@ -117,23 +117,6 @@ 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 {