update style, extensions and dependencies info

This commit is contained in:
creme 2021-08-05 14:30:21 +02:00
parent 42ecd3bc26
commit ee7d13ec57
No known key found for this signature in database
GPG Key ID: C147C3B7FBDF08D0
3 changed files with 18 additions and 1 deletions

View File

@ -1,3 +1,10 @@
# matrix / element-client documentation
forked from: https://github.com/matrix-tu-dresden-de/Dokumentation
## dependencies
```bash
pip3 install mkdocs mkdocs-materials pymdown-extensions
```

View File

@ -1,7 +1,14 @@
main {
background-color: #1e202e;
}
code{
background-color:#030;
border:1px solid #666;
}
.md-nav__item .md-nav__link--active {
color: #10A0A0;
}
.md-typeset a {
color: #10A0A0;
}

View File

@ -19,6 +19,9 @@ extra_css:
markdown_extensions:
- admonition
- attr_list
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- toc:
permalink: "#"
baselevel: 1