Related to: #146 which I just raised - it would be nice if table cell outlines also used RGBA to be tinted, so they better integrate into coloured page backgrounds:

table td, table th {
padding: 15px;
line-height: 1.5;
vertical-align: top;
border: 1px solid rgba(128,128,128,0.15);
}
Although this is a very similar grey to the original, it blends in slightly better with various colours and also stands out on dark backgrounds.
Related to: #146 which I just raised - it would be nice if table cell outlines also used RGBA to be tinted, so they better integrate into coloured page backgrounds:
Although this is a very similar grey to the original, it blends in slightly better with various colours and also stands out on dark backgrounds.