Fixes White text issue on tables #383

This commit is contained in:
Rsl1122 2017-10-30 12:22:51 +02:00
parent 796e219c51
commit 0a87025ad4

View File

@ -219,7 +219,9 @@ th.text {
}
tr:nth-child(even) {background: #e2e2e2}
tr:nth-child(odd) {background: #eee}
tr {
color: #000;
}
.main-limiter {
width: 100%;