This is an automated email from the ASF dual-hosted git repository. zregvart pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-website.git
commit 8c8f9a32efb2f05e35bbddbf04e05ad413a89585 Author: aashnajena <jenaaas...@gmail.com> AuthorDate: Mon Mar 9 18:15:35 2020 +0530 replacing colors from var.css --- antora-ui-camel/src/css/blog.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/antora-ui-camel/src/css/blog.css b/antora-ui-camel/src/css/blog.css index 14d523e..91866fa 100644 --- a/antora-ui-camel/src/css/blog.css +++ b/antora-ui-camel/src/css/blog.css @@ -106,7 +106,7 @@ article.blog p { } .blog .post .post-content tr:nth-child(even) { - background: #f4f5f7; + background: var(--color-smoke-50); } .blog .post .post-content td { @@ -115,7 +115,7 @@ article.blog p { .blog .post .post-content th { padding: 0.7rem; - background: #e1e4e9; + background: var(--color-smoke-90); } @media screen and (min-width: 1024px) {