Skip to content

Commit

Permalink
Merge pull request #11719 from [BEAM-10001] Change the code block col…
Browse files Browse the repository at this point in the history
…ors from grey to blue to increase the contrast between text and background

[BEAM-10001] Change the code block colors from grey to blue to increase the contrast between text and background
  • Loading branch information
pabloem committed May 15, 2020
2 parents 80b00cf + 44acf5e commit a93e24d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion website/www/site/assets/scss/_syntax-highlighting.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
.highlight {
background: #fff;

.highlighter-rouge & {
.chroma {
background: #eef;
}

Expand Down Expand Up @@ -99,3 +99,7 @@
margin: 10px;
}
}

pre {
background: #eef;
}

0 comments on commit a93e24d

Please sign in to comment.