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/bval-site.git
The following commit(s) were added to refs/heads/main by this push:
new 67c9992 remove background for code highlighting
67c9992 is described below
commit 67c99925ad06a51b3e165bcc1cd0303d4e662754
Author: Dave Fisher <[email protected]>
AuthorDate: Fri Jun 4 12:30:58 2021 -0700
remove background for code highlighting
---
content/resources/css/arduino-light.css | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/content/resources/css/arduino-light.css
b/content/resources/css/arduino-light.css
index a4fe42e..b412f47 100644
--- a/content/resources/css/arduino-light.css
+++ b/content/resources/css/arduino-light.css
@@ -4,12 +4,11 @@ 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
+Remove the background for .hljs class
*/
.hljs {
- background: #f7f7f9;
color: #434f54;
}