fixed badges, sections, light theme dimming, added font pull from google api

This commit is contained in:
Xanazf 2024-10-19 03:28:55 +03:00
parent d2aa5fb942
commit 840db1987e
No known key found for this signature in database
GPG key ID: 4E4A5AD1FB748427
4 changed files with 43 additions and 17 deletions

View file

@ -1,6 +1,10 @@
@import "./docs-config.css";
@import "./docs-types.css";
.docslayout {
transition: background-color 0.3s;
}
.docslayout-root {
margin-inline: 0.618rem;
margin-top: 3.5rem;
@ -26,6 +30,11 @@
pointer-events: none;
}
:not(html.dark) > .dim-content-toc,
:not(html.dark) > .dim-content-nav {
background-color: #909090;
}
.docs-content {
flex-grow: 1;
@ -51,7 +60,7 @@
}
.heading {
&>[id] {
& > [id] {
width: max-content;
}
@ -89,7 +98,7 @@ ul {
.markdown-alert {
margin-block: 0.618rem;
&>*:not(:first-child) {
& > *:not(:first-child) {
margin-block: 0.724rem;
}
}