mirror of
https://gitlab.com/TECHNOFAB/soonix.git
synced 2025-12-11 22:00:05 +01:00
docs: add style.css
This commit is contained in:
parent
086c4086c6
commit
e04b71c074
2 changed files with 16 additions and 0 deletions
15
docs/style.css
Normal file
15
docs/style.css
Normal 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;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
@ -37,6 +37,7 @@ in
|
||||||
site_url = "https://soonix.projects.tf";
|
site_url = "https://soonix.projects.tf";
|
||||||
repo_name = "TECHNOFAB/soonix";
|
repo_name = "TECHNOFAB/soonix";
|
||||||
repo_url = "https://gitlab.com/TECHNOFAB/soonix";
|
repo_url = "https://gitlab.com/TECHNOFAB/soonix";
|
||||||
|
extra_css = ["style.css"];
|
||||||
theme = {
|
theme = {
|
||||||
logo = "images/logo.svg";
|
logo = "images/logo.svg";
|
||||||
icon.repo = "simple/gitlab";
|
icon.repo = "simple/gitlab";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue