We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent baf87f5 commit 9bd6c33Copy full SHA for 9bd6c33
Dark/userchrome.css
@@ -34,6 +34,14 @@ pre.CodeMirror-line span[role="presentation"] span.cm-comment {
34
}
35
/*---------------------------------------------------------------------------*/
36
37
+/*------ Editor: codeblock issue macOS 10.14.x (https://g0to.ca/0k7vF) ------*/
38
+/*
39
+div.CodeMirror div.cm-jn-code-block {
40
+ background-color: unset !important;
41
+}
42
+*/
43
+/*---------------------------------------------------------------------------*/
44
+
45
/*------ Editor: text in brackets [ ] ---------------------------------------*/
46
.cm-link-text {
47
color: var(--editor-text-in-brackets-color) !important;
0 commit comments