zregvart commented on a change in pull request #181: Aashna changes URL: https://github.com/apache/camel-website/pull/181#discussion_r389618212
########## 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; +} + +.blog .post .post-content td { + padding: 0.5rem; +} + +.blog .post .post-content th { + padding: 0.7rem; + background: #e1e4e9; Review comment: Let's rather use the CSS variables here? ---------------------------------------------------------------- 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