Added docs folder

This commit is contained in:
Pax1601
2023-09-01 16:44:47 +02:00
parent 1298669f1c
commit a338e5fa26
222 changed files with 104563 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
:root {
--light-code-background: #FFFFFF;
--dark-code-background: #1E1E1E;
}
@media (prefers-color-scheme: light) { :root {
--code-background: var(--light-code-background);
} }
@media (prefers-color-scheme: dark) { :root {
--code-background: var(--dark-code-background);
} }
:root[data-theme='light'] {
--code-background: var(--light-code-background);
}
:root[data-theme='dark'] {
--code-background: var(--dark-code-background);
}
pre, code { background: var(--code-background); }

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

1379
docs/client/assets/style.css Normal file

File diff suppressed because it is too large Load Diff