standardizes the importer colors no matter the theme

This commit is contained in:
Godfrey M 2023-05-10 14:52:08 -07:00
parent 869d195b35
commit 763176c86b

View file

@ -385,6 +385,10 @@ input[type=text], input[type=search] {
.box-header.with-border {
border-bottom: #000;
}
#upload-table tbody > tr.warning > td,#upload-table h3,#upload-table p{
background-color:#fcf8e3;
color:#000;
}
a {
color: var(--link);