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 b735e71415dc131fae4a4ee7877e021ab8dbaee4 Author: aashnajena <jenaaas...@gmail.com> AuthorDate: Mon Mar 9 22:49:19 2020 +0530 removed non sectioned code --- antora-ui-camel/src/css/blog.css | 28 ++-------------------------- 1 file changed, 2 insertions(+), 26 deletions(-) diff --git a/antora-ui-camel/src/css/blog.css b/antora-ui-camel/src/css/blog.css index 91866fa..471138b 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: var(--color-smoke-50); + background: #f4f5f7; } .blog .post .post-content td { @@ -115,7 +115,7 @@ article.blog p { .blog .post .post-content th { padding: 0.7rem; - background: var(--color-smoke-90); + background: #e1e4e9; } @media screen and (min-width: 1024px) { @@ -152,28 +152,4 @@ article.blog p { .blog.list { flex-direction: row; } - - table { - width: 100%; - border-collapse: collapse; - } - - th, - td { - padding: 0.875rem; - } - - table, - th, - td { - border: 1px solid gray; - } - - th { - background: var(--color-camel-orange); - } - - tr:nth-child(even) { - background: var(--color-gray-10); - } }