docs: add style.css and logo

This commit is contained in:
technofab 2025-09-23 10:39:20 +02:00
parent 39af3af902
commit 7f7c52d383
No known key found for this signature in database
3 changed files with 20 additions and 2 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;
}