Added docs

This commit is contained in:
Alex Root Junior 2021-09-21 03:10:16 +03:00
parent 3627f36a54
commit 26d531a304
5 changed files with 268 additions and 16 deletions

View file

@ -10,13 +10,3 @@
code, kbd, pre {
font-family: "JetBrainsMono", "Roboto Mono", "Courier New", Courier, monospace;
}
.highlight * {
background: #f0f0f0;
}
@media (prefers-color-scheme: dark) {
.highlight * {
background: #424242;
}
}