docs: update nixmkdocs, use svg logo, add style.css, set site_url

This commit is contained in:
technofab 2025-09-25 20:35:37 +02:00
parent 8dccb9a9a8
commit 76c6d39100
No known key found for this signature in database
6 changed files with 42 additions and 70 deletions

15
docs/style.css Normal file
View file

@ -0,0 +1,15 @@
.md-header__button.md-logo {
margin: 0;
padding-top: .2rem;
padding-bottom: .2rem;
}
[dir="ltr"] .md-header__title {
margin-left: 0;
}
.md-header__button.md-logo img,
.md-header__button.md-logo svg {
height: 2rem;
}