remove notebook from navbar, cleanup synth.download homepage for tildification
All checks were successful
/ build (push) Successful in 56s
All checks were successful
/ build (push) Successful in 56s
This commit is contained in:
parent
012e2d6203
commit
9a78b7e4a4
7 changed files with 408 additions and 166 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue