Initial commit
This commit is contained in:
15
styles.css
Normal file
15
styles.css
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user