Skip to content

Commit

Permalink
(enh) improve accessibility of default theme
Browse files Browse the repository at this point in the history
  • Loading branch information
joshgoebel committed Nov 16, 2021
1 parent 766fcfa commit ef08f0b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/styles/default.css
Expand Up @@ -26,7 +26,7 @@ code.hljs {
/* end baseline CSS */

.hljs {
background: #F0F0F0;
background: #F3F3F3;
color: #444;
}

Expand All @@ -43,7 +43,7 @@ code.hljs {
.hljs-params {}

.hljs-comment {
color: #888888;
color: #697070;
}
.hljs-tag,
.hljs-punctuation {
Expand Down Expand Up @@ -94,13 +94,13 @@ code.hljs {
.hljs-selector-attr,
.hljs-operator,
.hljs-selector-pseudo {
color: #BC6060;
color: #ab5656;
}

/* Language color: hue: 90; */

.hljs-literal {
color: #78A960;
color: #695;
}

.hljs-built_in,
Expand All @@ -118,7 +118,7 @@ code.hljs {
}

.hljs-meta .hljs-string {
color: #4d99bf;
color: #38a;
}


Expand Down

0 comments on commit ef08f0b

Please sign in to comment.