Initial commit

This commit is contained in:
2024-01-25 14:06:36 +01:00
commit 93d3dbfd8f
3 changed files with 36 additions and 0 deletions

15
styles.css Normal file
View File

@@ -0,0 +1,15 @@
#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;
}