Skip to content

Commit

Permalink
docs: fix markdown render styling
Browse files Browse the repository at this point in the history
  • Loading branch information
glorat committed Jan 18, 2024
1 parent 7b9bed1 commit 1cf080f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions client/public/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -684,7 +684,7 @@ input[type="number"] {
--color-attention-subtle: #fff8c5;
--color-danger-fg: #cf222e;
}
}
/*}*/

.markdown-body {
-ms-text-size-adjust: 100%;
Expand Down

0 comments on commit 1cf080f

Please sign in to comment.