1
0
mirror of https://github.com/shadowfacts/type.git synced 2025-01-10 02:44:17 +00:00
type/main.css

8 lines
104 B
CSS
Raw Normal View History

2016-09-28 18:33:02 -04:00
.invalid {
background-color: red;
color: white !important;
}
.incomplete {
color: gray !important;
}