Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BEAM-10001] Change the code block colors from grey to blue to increase the contrast between text and background #11719

Merged
merged 1 commit into from
May 15, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Modified the codeblock background
  • Loading branch information
bntnam committed May 15, 2020
commit 44acf5e4d5b3328e3a60dab7deb9920312a35c54
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;
}