1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-14 23:12:28 +02:00

Minor fine-tuning of CSS color

This commit is contained in:
Raymond Hill 2020-06-05 10:00:35 -04:00
parent 6633e2635d
commit 2ba4312a8b
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

@ -23,7 +23,7 @@
}
/* CodeMirror theme overrides */
.cm-s-default .cm-string-2 { color: #a30; }
.cm-s-default .cm-string-2 { color: #930; }
.cm-s-default .cm-comment { color: #777; }
.cm-s-default .cm-keyword { color: #90b; }
.cm-s-default .cm-error,