type/main.css

8 lines
104 B
CSS

.invalid {
background-color: red;
color: white !important;
}
.incomplete {
color: gray !important;
}