docs: add style.css

This commit is contained in:
technofab 2025-09-23 10:22:58 +02:00
parent 086c4086c6
commit e04b71c074
No known key found for this signature in database
2 changed files with 16 additions and 0 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;
}

View file

@ -37,6 +37,7 @@ in
site_url = "https://soonix.projects.tf";
repo_name = "TECHNOFAB/soonix";
repo_url = "https://gitlab.com/TECHNOFAB/soonix";
extra_css = ["style.css"];
theme = {
logo = "images/logo.svg";
icon.repo = "simple/gitlab";