We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c51b565 commit 9821676Copy full SHA for 9821676
1 file changed
scripts/md2html/gist.css
@@ -13,7 +13,7 @@
13
14
.hljs-comment,
15
.hljs-meta {
16
- color: #969896;
+ color: #727070;
17
}
18
19
.hljs-string,
@@ -22,11 +22,11 @@
22
.hljs-strong,
23
.hljs-emphasis,
24
.hljs-quote {
25
- color: #df5000;
+ color: #c74700;
26
27
28
.hljs-number {
29
- color: #008080;
+ color: #005e5e;
30
31
32
.hljs-keyword,
@@ -39,12 +39,12 @@
39
.hljs-symbol,
40
.hljs-bullet,
41
.hljs-attribute {
42
- color: #0086b3;
+ color: #007aa2;
43
44
45
.hljs-section,
46
.hljs-name {
47
- color: #63a35c;
+ color: #4b7c46;
48
49
50
.hljs-tag {
0 commit comments