diff --git a/styles/readtheorg/css/readtheorg.css b/styles/readtheorg/css/readtheorg.css index a211f3b..8bd99ec 100755 --- a/styles/readtheorg/css/readtheorg.css +++ b/styles/readtheorg/css/readtheorg.css @@ -350,7 +350,7 @@ table td,table th{ margin:0; overflow:visible; padding:8px 16px; - background-color: transparent; + background-color:white; border: 1px solid #e1e4e5; } @@ -369,6 +369,10 @@ table tr:nth-child(2n-1) td{ background-color:#f3f6f6; } +table tr:nth-child(2n) td{ + background-color:white; +} + .figure p{ color:#000; font:italic 85%/1 arial,sans-serif; diff --git a/styles/readtheorg/readtheorg.org b/styles/readtheorg/readtheorg.org index 45bf71f..92706f5 100755 --- a/styles/readtheorg/readtheorg.org +++ b/styles/readtheorg/readtheorg.org @@ -454,7 +454,7 @@ table td,table th{ margin:0; overflow:visible; padding:8px 16px; - background-color: transparent; + background-color:white; border: 1px solid #e1e4e5; } @@ -480,6 +480,10 @@ table caption{ table tr:nth-child(2n-1) td{ background-color:#f3f6f6; } + +table tr:nth-child(2n) td{ + background-color:white; +} #+end_src * Images