Skip to content

Commit 691c57b

Browse files
authored
style: fix Raw JSON visibility in dark mode (#736)
1 parent 6e3c4d8 commit 691c57b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

static/dark.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ a, button, span, div, select {
88
outline: none;
99
}
1010

11-
body, button, html, table {
11+
body, button, html, table, pre, code {
1212
color: #e9ebf0 !important;
1313
}
1414

0 commit comments

Comments
 (0)