zregvart commented on a change in pull request #181: Aashna changes URL: https://github.com/apache/camel-website/pull/181#discussion_r389618002
########## File path: antora-ui-camel/src/css/blog.css ########## @@ -99,6 +99,25 @@ article.blog p { white-space: pre-wrap; } +.blog .post .post-content table { + width: 100%; + text-align: center; + margin-bottom: 1rem; +} + +.blog .post .post-content tr:nth-child(even) { + background: #f4f5f7; Review comment: Can we use one of the variables in `vars.css` instead? `--color-smoke-50` looks similar. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services