add markdown viewer

This commit is contained in:
Janis
2023-01-15 02:48:17 +01:00
parent 9617dc2ef3
commit a0598484b4
11 changed files with 1263 additions and 122 deletions

View File

@@ -6,10 +6,16 @@
/*! By default colors are in DARK mode */
/* Colors: General */
--color-background-body: #181a1b;
--color-background-secondary: #2c3032;
--color-font: #ffffff;
--color-font-muted: #929292;
--color-shadow-nav: #00000033;
--color-error: #cf000f;
--color-success: #009944;
--color-info: #63c0df;
--color-warning: #f0541e;
--color-overlay-mix: var(--color-font);
--color-background-nav: transparent;
--color-svg-nav: #bfbfbf;