mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-03-07 22:46:12 +01:00
insert prose-mirror style and inicial implement to damage settings
This commit is contained in:
parent
92ce2b4367
commit
ab4bdfd49a
5 changed files with 47 additions and 2 deletions
|
|
@ -5768,6 +5768,25 @@ div.daggerheart.views.multiclass {
|
|||
gap: 10px;
|
||||
align-items: center;
|
||||
}
|
||||
.application prose-mirror {
|
||||
height: 100% !important;
|
||||
}
|
||||
.application prose-mirror .editor-menu {
|
||||
background-color: transparent;
|
||||
}
|
||||
.application prose-mirror .editor-content {
|
||||
scrollbar-width: thin;
|
||||
scrollbar-color: light-dark(#18162e, #f3c267) transparent;
|
||||
}
|
||||
.application prose-mirror .editor-content h1 {
|
||||
font-size: 36px;
|
||||
}
|
||||
.application prose-mirror .editor-content h2 {
|
||||
font-size: 32px;
|
||||
}
|
||||
.application prose-mirror .editor-content h3 {
|
||||
font-size: 24px;
|
||||
}
|
||||
.daggerheart {
|
||||
/* Flex */
|
||||
/****/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue