You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by pd...@apache.org on 2018/08/08 22:51:12 UTC

[incubator-openwhisk-website] branch master updated: tweak css color for syntax highlite of name constants (#290)

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

pdesai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-openwhisk-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 52c6a53  tweak css color for syntax highlite of name constants (#290)
52c6a53 is described below

commit 52c6a536e7d6d3992f3a3e65e2d26d0b1308046d
Author: Matt Rutkowski <mr...@us.ibm.com>
AuthorDate: Wed Aug 8 17:51:10 2018 -0500

    tweak css color for syntax highlite of name constants (#290)
---
 _scss/_highlite-syntax-colors.scss | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/_scss/_highlite-syntax-colors.scss b/_scss/_highlite-syntax-colors.scss
index b6fa748..4c6e63e 100644
--- a/_scss/_highlite-syntax-colors.scss
+++ b/_scss/_highlite-syntax-colors.scss
@@ -31,7 +31,7 @@
 .highlight .na { color: #678CB1 } /* Name.Attribute */
 .highlight .nb { color: #007020 } /* Name.Builtin */
 .highlight .nc { color: #678CB1; font-weight: 400 } /* Name.Class */
-.highlight .no { color: #003366; font-weight: 400 } /* Name.Constant */
+.highlight .no { color: #93C763; font-weight: 400 } /* Name.Constant */
 .highlight .nd { color: #555555; font-weight: 400 } /* Name.Decorator */
 .highlight .ni { color: #880000; font-weight: 400 } /* Name.Entity */
 .highlight .ne { color: #FF0000; font-weight: 400 } /* Name.Exception */