FIX table background
This commit is contained in:
parent
e27fa76fba
commit
333728af07
1 changed files with 10 additions and 1 deletions
|
@ -36,4 +36,13 @@ table {margin: .5em auto 1.5em auto; width: 98%;}
|
|||
|
||||
/* Tfoot */
|
||||
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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue