Skip to content

Commit 6865cb7

Browse files
committed
(enh) improve accessibility of default theme
1 parent 19d3457 commit 6865cb7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/styles/default.css

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ code.hljs {
2626
/* end baseline CSS */
2727

2828
.hljs {
29-
background: #F0F0F0;
29+
background: #F3F3F3;
3030
color: #444;
3131
}
3232

@@ -43,7 +43,7 @@ code.hljs {
4343
.hljs-params {}
4444

4545
.hljs-comment {
46-
color: #888888;
46+
color: #697070;
4747
}
4848
.hljs-tag,
4949
.hljs-punctuation {
@@ -94,13 +94,13 @@ code.hljs {
9494
.hljs-selector-attr,
9595
.hljs-operator,
9696
.hljs-selector-pseudo {
97-
color: #BC6060;
97+
color: #ab5656;
9898
}
9999

100100
/* Language color: hue: 90; */
101101

102102
.hljs-literal {
103-
color: #78A960;
103+
color: #695;
104104
}
105105

106106
.hljs-built_in,
@@ -118,7 +118,7 @@ code.hljs {
118118
}
119119

120120
.hljs-meta .hljs-string {
121-
color: #4d99bf;
121+
color: #38a;
122122
}
123123

124124

0 commit comments

Comments
 (0)