Merge branch 'development' of https://github.com/Foundryborne/daggerheart into feature/party-sheet

This commit is contained in:
moliloo 2025-09-09 23:58:44 -03:00
commit 1a0c6f46bc
648 changed files with 7471 additions and 3950 deletions

View file

@ -54,6 +54,7 @@
@dark: #222;
@dark-15: #22222215;
@dark-40: #22222240;
@dark-80: #22222280;
@dark-filter: brightness(0) saturate(100%);
@deep-black: #0e0d15;

View file

@ -30,7 +30,7 @@
align-items: center;
h3 {
font-size: 20px;
font-size: var(--font-size-20);
}
}
@ -70,7 +70,7 @@
h4 {
font-family: @font-body;
font-size: 14px;
font-size: var(--font-size-14);
border: none;
font-weight: 700;
margin: 0;
@ -80,7 +80,7 @@
h5 {
font-family: @font-body;
font-size: 14px;
font-size: var(--font-size-14);
margin: 0;
font-weight: normal;
}