Fix attachment list color same as background

This commit is contained in:
2020-08-28 12:03:11 +02:00
parent dc08d3c06e
commit eeac74b737

View File

@@ -13,6 +13,10 @@
color: #eee; color: #eee;
background-color: #333; background-color: #333;
} }
.attachmentslist li a {
color: #eee;
}
/* eof Mail compose */ /* eof Mail compose */
/* Folder list */ /* Folder list */