From 1cf080fb7895956b0053dce3300f3dc416ffc439 Mon Sep 17 00:00:00 2001 From: Kevin Tam Date: Thu, 18 Jan 2024 11:05:32 +0800 Subject: [PATCH] docs: fix markdown render styling --- client/public/app.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/client/public/app.css b/client/public/app.css index db50ca5..9dfb888 100644 --- a/client/public/app.css +++ b/client/public/app.css @@ -638,9 +638,9 @@ input[type="number"] { /* }*/ /*}*/ -@media (prefers-color-scheme: light) { +/*@media (prefers-color-scheme: light) {*/ .markdown-body { - color-scheme: light; + /*color-scheme: light;*/ --color-prettylights-syntax-comment: #6e7781; --color-prettylights-syntax-constant: #0550ae; --color-prettylights-syntax-entity: #8250df; @@ -684,7 +684,7 @@ input[type="number"] { --color-attention-subtle: #fff8c5; --color-danger-fg: #cf222e; } -} +/*}*/ .markdown-body { -ms-text-size-adjust: 100%;