You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by zr...@apache.org on 2020/03/09 17:48:28 UTC

[camel-website] 05/05: corrected minor css

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 9c7793af9ded8f453b55d6eaf4ffee2922921251
Author: aashnajena <je...@gmail.com>
AuthorDate: Mon Mar 9 22:53:42 2020 +0530

    corrected minor 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 471138b..6b1a4b8 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) {