diff --git a/site/static/style.less b/site/static/style.less index 388a46ca3a..7769ba880e 100644 --- a/site/static/style.less +++ b/site/static/style.less @@ -576,13 +576,13 @@ footer ul li > a { .markdown pre { border-radius: 6px; - background: #f9f9f9; + background: #f7f7f7; } .markdown pre code { border: none; padding: 1em 2em; - background: #f9f9f9; + background: #f7f7f7; margin: 0; } diff --git a/site/static/tomorrow.less b/site/static/tomorrow.less index 850f8dddc8..cd12224a12 100644 --- a/site/static/tomorrow.less +++ b/site/static/tomorrow.less @@ -3,27 +3,27 @@ /* Original theme - https://github.hljs-com/chriskempson/tomorrow-theme */ /* http://jmblog.hljs-github.hljs-com/color-themes-for-google-code-highlightjs */ .hljs-tomorrow-comment, pre .hljs-comment { - color: #8e908c; + color: #CCCCCC; } .hljs-tomorrow-red, pre .hljs-variable, pre .hljs-attribute, pre .hljs-tag, pre .hljs-regexp, pre .hljs-ruby .hljs-constant, pre .hljs-xml .hljs-tag .hljs-title, pre .hljs-xml .hljs-pi, pre .hljs-xml .hljs-doctype, pre .hljs-html .hljs-doctype, pre .hljs-css .hljs-id, pre .hljs-css .hljs-class, pre .hljs-css .hljs-pseudo { - color: #c82829; + color: #BB0606; } .hljs-tomorrow-orange, pre .hljs-number, pre .hljs-preprocessor, pre .hljs-built_in, pre .hljs-literal, pre .hljs-params, pre .hljs-constant { - color: #f5871f; + color: #FF6600; } .hljs-tomorrow-yellow, pre .hljs-class, pre .hljs-ruby .hljs-class .hljs-title, pre .hljs-css .hljs-rules .hljs-attribute { - color: #eab700; + color: #1D80D3; } .hljs-tomorrow-green, pre .hljs-string, pre .hljs-value, pre .hljs-inheritance, pre .hljs-header, pre .hljs-ruby .hljs-symbol, pre .hljs-xml .hljs-cdata { - color: #718c00; + color: #39A30E; } .hljs-tomorrow-aqua, pre .hljs-css .hljs-hexcolor { - color: #3e999f; + color: #01B3CA; } .hljs-tomorrow-blue, pre .hljs-function, pre .hljs-python .hljs-decorator, pre .hljs-python .hljs-title, pre .hljs-ruby .hljs-function .hljs-title, pre .hljs-ruby .hljs-title .hljs-keyword, pre .hljs-perl .hljs-sub, pre .hljs-javascript .hljs-title, pre .hljs-coffeescript .hljs-title { @@ -31,7 +31,7 @@ } .hljs-tomorrow-purple, pre .hljs-keyword, pre .hljs-javascript .hljs-function { - color: #8959a8; + color: #1D80D3; } code {