mirror of
https://github.com/shadowfacts/type.git
synced 2025-02-05 18:11:26 +00:00
15 lines
163 B
CSS
15 lines
163 B
CSS
.invalid {
|
|
background-color: red;
|
|
color: white !important;
|
|
}
|
|
|
|
.incomplete {
|
|
color: gray !important;
|
|
}
|
|
|
|
#editor {
|
|
display: none;
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|