type/main.css

15 lines
163 B
CSS

.invalid {
background-color: red;
color: white !important;
}
.incomplete {
color: gray !important;
}
#editor {
display: none;
width: 100%;
height: 100%;
}