16 lines
237 B
CSS
16 lines
237 B
CSS
#besana-editor {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
/* Mistake types styles */
|
|
.typo-mistake {
|
|
text-decoration: underline;
|
|
text-decoration-color: red;
|
|
}
|
|
|
|
.other-mistake {
|
|
text-decoration: underline;
|
|
text-decoration-color: blue;
|
|
}
|