Restore Markdown table background color that was removed unnecessarily

This commit is contained in:
Douwe Maan 2019-03-23 14:37:35 +01:00
parent 40e3f207cb
commit 38b69557e8
No known key found for this signature in database
GPG key ID: 5976703F65143D36

View file

@ -173,6 +173,10 @@
display: block;
overflow-x: auto;
tbody {
background-color: $white-light;
}
tr {
th {
border-bottom: solid 2px $gl-gray-200;