added index to the docs/types route, minor fixes to styling

This commit is contained in:
Xanazf 2024-10-17 19:35:39 +03:00
parent ea5b56acc8
commit 349c87a205
Signed by: Xanazf
GPG key ID: 4E4A5AD1FB748427
9 changed files with 109 additions and 32 deletions

View file

@ -8,6 +8,7 @@
justify-content: center;
flex-direction: row;
flex-grow: 1;
transition: filter 0.3s;
}
.docslayout-inner {
@ -19,6 +20,10 @@
flex-direction: row;
}
.dim-content .docslayout-root {
filter: brightness(50%);
}
.docs-content {
flex-grow: 1;
@ -44,7 +49,7 @@
}
.heading {
& > [id] {
&>[id] {
width: max-content;
}
@ -82,7 +87,7 @@ ul {
.markdown-alert {
margin-block: 0.618rem;
& > *:not(:first-child) {
&>*:not(:first-child) {
margin-block: 0.724rem;
}
}