* start to reorganize documentation * revert readme tag changes * revert readme tag changes pt2 * doc updates; doc theme updates * doc updates * publish docs from documentation branch * use favicon for docs * create channel * collections, jellyfin client, schedule items and playout docs * channels dvr * tivimate * scale tivimate screenshots * add channels dvr server setup * add copyright and social * Added UnRAID Docker install, formatting fixes (#100) Co-authored-by: Thaddeus Cooper <redacted@redacted.co.nz> * minor doc updates * readme tweak * add basic plex documentation Co-authored-by: suckerface <9060047+suckerface@users.noreply.github.com> Co-authored-by: Thaddeus Cooper <redacted@redacted.co.nz>
15 lines
348 B
CSS
15 lines
348 B
CSS
:root {
|
|
--md-primary-fg-color: #121212;
|
|
}
|
|
|
|
[data-md-color-scheme="slate"] {
|
|
--md-default-bg-color: #272727;
|
|
--md-typeset-a-color: #00a0a0;
|
|
--md-accent-fg-color: #00c0c0;
|
|
--md-default-fg-color--light: #ffffff;
|
|
|
|
--md-code-bg-color: #1f1f1f;
|
|
--md-footer-bg-color: #1f1f1f;
|
|
--md-footer-bg-color--dark: #121212;
|
|
}
|