fixed badges, sections, light theme dimming, added font pull from google api
This commit is contained in:
parent
d2aa5fb942
commit
840db1987e
4 changed files with 43 additions and 17 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue