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

[GitHub] pritidesai closed pull request #290: tweak css color for syntax highlite of name constants

pritidesai closed pull request #290: tweak css color for syntax highlite of name constants
URL: https://github.com/apache/incubator-openwhisk-website/pull/290
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

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 */


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services