mirror of https://github.com/meshcore-dev/MeshCore
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
317 B
16 lines
317 B
: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;
|
|
}
|
|
|
|
/* underline links */
|
|
.md-typeset a {
|
|
text-decoration: underline;
|
|
}
|
|
|