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 b5f9302 adjust background for code highlighting
b5f9302 is described below
commit b5f9302a65b1cf984217cf1f471d521924878f88
Author: Dave Fisher <[email protected]>
AuthorDate: Fri Jun 4 12:27:49 2021 -0700
adjust background for code highlighting
---
content/resources/css/arduino-light.css | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/content/resources/css/arduino-light.css
b/content/resources/css/arduino-light.css
index d34c443..a4fe42e 100644
--- a/content/resources/css/arduino-light.css
+++ b/content/resources/css/arduino-light.css
@@ -9,7 +9,7 @@ Modified the background to be #f5f5f5
*/
.hljs {
- background: #f5f5f5;
+ background: #f7f7f9;
color: #434f54;
}