insert prose-mirror style and inicial implement to damage settings

This commit is contained in:
molilo 2025-07-01 15:00:38 -03:00
parent 92ce2b4367
commit ab4bdfd49a
5 changed files with 47 additions and 2 deletions

View file

@ -0,0 +1,24 @@
@import '../utils/colors.less';
.application {
prose-mirror {
height: 100% !important;
.editor-menu {
background-color: transparent;
}
.editor-content {
scrollbar-width: thin;
scrollbar-color: light-dark(@dark-blue, @golden) transparent;
h1 {
font-size: 36px;
}
h2 {
font-size: 32px;
}
h3 {
font-size: 24px;
}
}
}
}