Publish docs for local build
This commit is contained in:
parent
c997b74786
commit
8a912cfdd7
5 changed files with 215 additions and 203 deletions
|
|
@ -13,19 +13,31 @@
|
|||
}
|
||||
|
||||
[data-md-color-scheme="slate"] {
|
||||
--md-default-bg-color: #0f141c;
|
||||
--md-default-bg-color: #000000;
|
||||
--md-default-bg-color--light: #050505;
|
||||
--md-default-bg-color--lighter: #0a0a0a;
|
||||
--md-default-bg-color--lightest: #111111;
|
||||
--md-default-fg-color: #e8eef7;
|
||||
--md-default-fg-color--light: #b3bfd1;
|
||||
--md-default-fg-color--lighter: #7f8ba0;
|
||||
--md-default-fg-color--lightest: #5d6880;
|
||||
--md-code-bg-color: #111923;
|
||||
--md-code-bg-color: #050505;
|
||||
--md-code-fg-color: #e4edf8;
|
||||
--md-accent-fg-color: #7dd3fc;
|
||||
}
|
||||
|
||||
[data-md-color-scheme="slate"] .md-header,
|
||||
[data-md-color-scheme="slate"] .md-tabs {
|
||||
background: linear-gradient(90deg, #111923 0%, #162235 100%);
|
||||
background: #000000;
|
||||
}
|
||||
|
||||
[data-md-color-scheme="slate"] .md-main,
|
||||
[data-md-color-scheme="slate"] .md-main__inner,
|
||||
[data-md-color-scheme="slate"] .md-content,
|
||||
[data-md-color-scheme="slate"] .md-content__inner,
|
||||
[data-md-color-scheme="slate"] .md-sidebar,
|
||||
[data-md-color-scheme="slate"] .md-sidebar__scrollwrap {
|
||||
background: #000000;
|
||||
}
|
||||
|
||||
[data-md-color-scheme="slate"] .md-typeset pre > code,
|
||||
|
|
@ -34,7 +46,7 @@
|
|||
}
|
||||
|
||||
[data-md-color-scheme="slate"] .md-typeset table:not([class]) {
|
||||
background: rgba(255, 255, 255, 0.015);
|
||||
background: #050505;
|
||||
}
|
||||
|
||||
[data-md-color-scheme="slate"] .md-typeset table:not([class]) th {
|
||||
|
|
@ -43,7 +55,7 @@
|
|||
|
||||
[data-md-color-scheme="slate"] .md-typeset .admonition,
|
||||
[data-md-color-scheme="slate"] .md-typeset details {
|
||||
background: rgba(255, 255, 255, 0.02);
|
||||
background: #050505;
|
||||
border-color: rgba(125, 211, 252, 0.2);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue