diff --git a/themes/bs3/static/css/custom.css b/themes/bs3/static/css/custom.css index c554950..9429fee 100644 --- a/themes/bs3/static/css/custom.css +++ b/themes/bs3/static/css/custom.css @@ -36,4 +36,13 @@ table {margin: .5em auto 1.5em auto; width: 98%;} /* Tfoot */ tfoot th {} - tfoot td {} \ No newline at end of file + tfoot td {} + +.entry-content table { + background: none; + border: 1px solid white; +} + +.entry-content table tr:nth-child(even) { + background-color: rgba(0,0,0,0.2); +}