Skip to content
Snippets Groups Projects
Commit 333728af authored by boyska's avatar boyska
Browse files

FIX table background

parent e27fa76f
No related branches found
No related tags found
No related merge requests found
...@@ -37,3 +37,12 @@ table {margin: .5em auto 1.5em auto; width: 98%;} ...@@ -37,3 +37,12 @@ table {margin: .5em auto 1.5em auto; width: 98%;}
/* Tfoot */ /* Tfoot */
tfoot th {} tfoot th {}
tfoot td {} 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);
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment