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 19d3457 commit 6865cb7Copy full SHA for 6865cb7
src/styles/default.css
@@ -26,7 +26,7 @@ code.hljs {
26
/* end baseline CSS */
27
28
.hljs {
29
- background: #F0F0F0;
+ background: #F3F3F3;
30
color: #444;
31
}
32
@@ -43,7 +43,7 @@ code.hljs {
43
.hljs-params {}
44
45
.hljs-comment {
46
- color: #888888;
+ color: #697070;
47
48
.hljs-tag,
49
.hljs-punctuation {
@@ -94,13 +94,13 @@ code.hljs {
94
.hljs-selector-attr,
95
.hljs-operator,
96
.hljs-selector-pseudo {
97
- color: #BC6060;
+ color: #ab5656;
98
99
100
/* Language color: hue: 90; */
101
102
.hljs-literal {
103
- color: #78A960;
+ color: #695;
104
105
106
.hljs-built_in,
@@ -118,7 +118,7 @@ code.hljs {
118
119
120
.hljs-meta .hljs-string {
121
- color: #4d99bf;
+ color: #38a;
122
123
124
0 commit comments