This is an automated email from the ASF dual-hosted git repository. wave pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/olingo-site.git
commit ca1cfde39043e0c6541bd33c13cc86502f9fd9fe Author: Dave Fisher <[email protected]> AuthorDate: Fri Jun 4 12:18:17 2021 -0700 add source for css file --- content/css/arduino-light.css | 4 ++ content/css/xcode.css | 103 ------------------------------------------ 2 files changed, 4 insertions(+), 103 deletions(-) diff --git a/content/css/arduino-light.css b/content/css/arduino-light.css index c7d0963..d34c443 100644 --- a/content/css/arduino-light.css +++ b/content/css/arduino-light.css @@ -2,6 +2,10 @@ Arduino® Light Theme - Stefania Mellai <[email protected]> +From https://raw.githubusercontent.com/highlightjs/highlight.js/main/src/styles/arduino-light.css + +Modified the background to be #f5f5f5 + */ .hljs { diff --git a/content/css/xcode.css b/content/css/xcode.css deleted file mode 100644 index ff6b972..0000000 --- a/content/css/xcode.css +++ /dev/null @@ -1,103 +0,0 @@ -/* - -XCode style (c) Angel Garcia <[email protected]> - -Changed background color - -*/ - -.hljs { - background: #f5f5f5; - color: black; -} - -/* Gray DOCTYPE selectors like WebKit */ -.xml .hljs-meta { - color: #c0c0c0; -} - -.hljs-comment, -.hljs-quote { - color: #007400; -} - -.hljs-tag, -.hljs-attribute, -.hljs-keyword, -.hljs-selector-tag, -.hljs-literal, -.hljs-name { - color: #aa0d91; -} - -.hljs-variable, -.hljs-template-variable { - color: #3F6E74; -} - -.hljs-code, -.hljs-string, -.hljs-meta .hljs-string { - color: #c41a16; -} - -.hljs-regexp, -.hljs-link { - color: #0E0EFF; -} - -.hljs-title, -.hljs-symbol, -.hljs-bullet, -.hljs-number { - color: #1c00cf; -} - -.hljs-section, -.hljs-meta { - color: #643820; -} - - -.hljs-title.class_, -.hljs-class .hljs-title, -.hljs-type, -.hljs-built_in, -.hljs-params { - color: #5c2699; -} - -.hljs-attr { - color: #836C28; -} - -.hljs-subst { - color: #000; -} - -.hljs-formula { - background-color: #eee; - font-style: italic; -} - -.hljs-addition { - background-color: #baeeba; -} - -.hljs-deletion { - background-color: #ffc8bd; -} - -.hljs-selector-id, -.hljs-selector-class { - color: #9b703f; -} - -.hljs-doctag, -.hljs-strong { - font-weight: bold; -} - -.hljs-emphasis { - font-style: italic; -}
