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

FIX table background

parent e27fa76f
Branches
Tags
No related merge requests found
......@@ -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);
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment