diff --git a/theme/src/client/styles/markdown.scss b/theme/src/client/styles/markdown.scss index 1ac342ab..0853248d 100644 --- a/theme/src/client/styles/markdown.scss +++ b/theme/src/client/styles/markdown.scss @@ -21,6 +21,9 @@ table { td:first-child { min-width: 200px; } + tbody tr:nth-child(odd) { + background-color: #d3d3d3; + } } .pills-box {