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;
|
||||
overflow-x: auto;
|
||||
|
||||
tbody {
|
||||
background-color: $white-light;
|
||||
}
|
||||
|
||||
tr {
|
||||
th {
|
||||
border-bottom: solid 2px $gl-gray-200;
|
||||
|
|
Loading…
Reference in a new issue