- Made attachment boxes transparent, instead.

This commit is contained in:
Rachael Alexanderson 2017-01-16 02:59:35 -06:00
parent fdd8bfd3d0
commit 8441ce04b6

View file

@ -525,7 +525,7 @@ dl.codebox code {
/* Attachments /* Attachments
----------------------------------------*/ ----------------------------------------*/
.attachbox { .attachbox {
background-color: #001820; background-color: transparent;
border-color: #C9D2D8; border-color: #C9D2D8;
} }