type/main.css

15 lines
163 B
CSS
Raw Normal View History

2016-09-28 22:33:02 +00:00
.invalid {
background-color: red;
color: white !important;
}
.incomplete {
color: gray !important;
2016-09-29 16:24:15 +00:00
}
#editor {
display: none;
width: 100%;
height: 100%;
}