improve instance pages, start work on proper toc element
All checks were successful
/ build (push) Successful in 1m19s
All checks were successful
/ build (push) Successful in 1m19s
This commit is contained in:
parent
2e4dc59d4c
commit
a2d12ebead
13 changed files with 489 additions and 291 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue