Fixed white bg in tables

This commit is contained in:
nous 2019-03-14 22:20:03 +01:00
parent d80525f7a7
commit b87841efaa
1 changed files with 4 additions and 1 deletions

View File

@ -1027,4 +1027,7 @@
}
.following.bar .brand .ui.mini.image {
width: 80px;
}
}
.markdown:not(code) table td, .markdown:not(code) table th {
background: #11112d;
}