BesService/styles.css
2024-01-25 14:06:36 +01:00

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;
}