fix: removed table background

This commit is contained in:
Torkel Ödegaard 2017-11-27 13:36:25 +01:00
parent fdb217c283
commit 734aa37434

View File

@ -21,12 +21,6 @@
}
}
thead {
tr {
background: linear-gradient(0deg, #3c3f5a, #292f44);
}
}
th {
width: auto;
padding: $table-cell-padding;