mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-04-20 22:13:47 +00:00
add support for mkdocs
This commit is contained in:
parent
93367b9f8f
commit
0c2da8ce1e
4 changed files with 58 additions and 0 deletions
11
docs/_stylesheets/extra.css
Normal file
11
docs/_stylesheets/extra.css
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
:root {
|
||||
--md-primary-fg-color: #1F2937;
|
||||
--md-primary-fg-color--light: #1F2937;
|
||||
--md-primary-fg-color--dark: #1F2937;
|
||||
--md-accent-fg-color: #1F2937;
|
||||
}
|
||||
|
||||
/* hide git repo version */
|
||||
.md-source__fact--version {
|
||||
display: none;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue