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