You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by mr...@apache.org on 2019/04/02 19:46:11 UTC

[incubator-openwhisk-website] branch master updated: Can read black text on dark blue background. (#368)

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

mrutkowski 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 dd52ec4  Can read black text on dark blue background. (#368)
dd52ec4 is described below

commit dd52ec437c35dd75138dd7b21196b10dfdeed11e
Author: Rick van Lieshout <ri...@gmail.com>
AuthorDate: Tue Apr 2 21:46:07 2019 +0200

    Can read black text on dark blue background. (#368)
    
    Python keyword 'in' was rendered black. You can't read that on a  dark-blue-ish background.
---
 _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 f19da7a..3d3a614 100644
--- a/_scss/_highlite-syntax-colors.scss
+++ b/_scss/_highlite-syntax-colors.scss
@@ -40,7 +40,7 @@
 .highlight .nn { color: #0e84b5; font-weight: 400 } /* Name.Namespace */
 .highlight .nt { color: #007700 } /* Name.Tag */
 .highlight .nv { color: #7899ba } /* Name.Variable */
-.highlight .ow { color: #000000; font-weight: 400 } /* Operator.Word */
+.highlight .ow { font-weight: 400 } /* Operator.Word */
 .highlight .w { color: #bbbbbb } /* Text.Whitespace */
 .highlight .mb { color: #6600EE; font-weight: 400 } /* Literal.Number.Bin */
 .highlight .mf { color: #6600EE; font-weight: 400 } /* Literal.Number.Float */