docs: use svg logo, add style.css and fix sitemap

This commit is contained in:
technofab 2025-09-25 13:18:06 +02:00
parent 428afaf603
commit e752f71dd1
No known key found for this signature in database
6 changed files with 21 additions and 3 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;
}