mirror of
https://github.com/shadowfacts/type.git
synced 2025-01-09 10:24:18 +00:00
8 lines
104 B
CSS
8 lines
104 B
CSS
.invalid {
|
|
background-color: red;
|
|
color: white !important;
|
|
}
|
|
|
|
.incomplete {
|
|
color: gray !important;
|
|
} |