Restore Markdown table background color that was removed unnecessarily
This commit is contained in:
parent
40e3f207cb
commit
38b69557e8
1 changed files with 4 additions and 0 deletions
|
@ -173,6 +173,10 @@
|
||||||
display: block;
|
display: block;
|
||||||
overflow-x: auto;
|
overflow-x: auto;
|
||||||
|
|
||||||
|
tbody {
|
||||||
|
background-color: $white-light;
|
||||||
|
}
|
||||||
|
|
||||||
tr {
|
tr {
|
||||||
th {
|
th {
|
||||||
border-bottom: solid 2px $gl-gray-200;
|
border-bottom: solid 2px $gl-gray-200;
|
||||||
|
|
Loading…
Reference in a new issue