You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by pa...@apache.org on 2020/05/15 20:34:57 UTC

[beam] branch master updated: Modified the codeblock background

This is an automated email from the ASF dual-hosted git repository.

pabloem pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/master by this push:
     new 44acf5e  Modified the codeblock background
     new a93e24d  Merge pull request #11719 from [BEAM-10001] Change the code block colors from grey to blue to increase the contrast between text and background
44acf5e is described below

commit 44acf5e4d5b3328e3a60dab7deb9920312a35c54
Author: bntnam <bn...@gmail.com>
AuthorDate: Fri May 15 15:14:32 2020 +0200

    Modified the codeblock background
---
 website/www/site/assets/scss/_syntax-highlighting.scss | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/website/www/site/assets/scss/_syntax-highlighting.scss b/website/www/site/assets/scss/_syntax-highlighting.scss
index 693197b..ed9f27c 100644
--- a/website/www/site/assets/scss/_syntax-highlighting.scss
+++ b/website/www/site/assets/scss/_syntax-highlighting.scss
@@ -18,7 +18,7 @@
 .highlight {
     background: #fff;
 
-    .highlighter-rouge & {
+    .chroma {
       background: #eef;
     }
 
@@ -99,3 +99,7 @@
     margin: 10px;
   }
 }
+
+pre {
+  background: #eef;
+}